var map = {};map['a'] = 1;map['b'] = 2;map['c'] = 3;print(map['a']);print(map['d']);delete map['c'];print(map['c']);
Standard input is empty
1 undefined undefined
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!