aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/node_modules/socket.io/node_modules/socket.io-client/node_modules/uglify-js/test/unit/compress/test/array1.js
blob: ae0851dd8b312ccbaf7c5353806101ccf49bb81a (plain)
1
2
3
new Array();
new Array(1);
new Array(1, 2, 3);