Regarding the url symbol / variable: how come that it is available in (scope of) callback function function onPageRequest(req, res) {...} for url.parse(...) without any declaration?
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.
Regarding the
url
symbol / variable: how come that it is available in (scope of) callback functionfunction onPageRequest(req, res) {...}
forurl.parse(...)
without any declaration?