var x = {1:3,4:5,6:false} console.log(x)
writes {1: 3,4: 5,6: false } in browser, tested in firefox and chrome
Espruino writes {1: 3,4: 5,true: false }
@JumJum started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
writes {1: 3,4: 5,6: false } in browser, tested in firefox and chrome
Espruino writes {1: 3,4: 5,true: false }