/pyjs/tests/test039.js
JavaScript | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | 2f76cc243e89ef1dc29c54eb8707b4c9 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
- function test() {
- var foo = new pyjslib_Dict([]);
- foo.__setitem__("five", 5);
- foo.__delitem__("five");
- }