Code that works in my browser/Node.js uses "new Map()" but on my Pixl I'm getting:
Uncaught ReferenceError: "Map" is not defined
Is there a require("something") I need to call first?
@MarcEvan 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.
Code that works in my browser/Node.js uses "new Map()" but on my Pixl I'm getting:
Uncaught ReferenceError: "Map" is not defined
Is there a require("something") I need to call first?