4 lines
40 B
JavaScript
4 lines
40 B
JavaScript
"use strict";
|
|
|
|
var foo = "test " + foo;
|
"use strict";
|
|
|
|
var foo = "test " + foo;
|