mirror of
https://github.com/seejohnrun/haste-server.git
synced 2025-12-19 19:01:29 +00:00
5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
(function(){
|
|
return new Array(1, 2, 3, 4);
|
|
function Array() {};
|
|
})();
|