This question was asked quite a while ago - it was though triggered by specific challenge and resolved satisfactorily for that need, therefore I'm asking the question again.
What is the root context's variable name? (accessible from within any context?)
In Javascript in a browser, this would be the window object. In @Gordon's terminology it is called the root context.
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.
This question was asked quite a while ago - it was though triggered by specific challenge and resolved satisfactorily for that need, therefore I'm asking the question again.
What is the root context's variable name? (accessible from within any context?)
In Javascript in a browser, this would be the window object. In @Gordon's terminology it is called the root context.