2014-10-11 22:33:08 +11:00

8 lines
60 B
JavaScript

(function () {
var arr = [
1,
2,
3
];
})();