var a = [];a[0] = 100;a[5] = 200;a[3] = 300;a.forEach(function(x) {java.lang.System.out.println('' + x);});
Standard input is empty
100 undefined undefined 300 undefined 200
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!