function MyThing() {} var foo = new MyThing();foo[42] = "hello world"; for (var key in foo) { print(key + 1);}
Standard input is empty
421
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!