Files
2018-11-24 14:43:59 +01:00

5 lines
65 B
JavaScript

function test() {
var val1 = 'hello';
var val2 = [[val2]];
}