I'm not sure what ECMA defines as 'return' from a statement. That's why some languages by definition return self / this except there is a coded return... a default return allows easy and especially with Espruino very fast cascading of messages sent / methods invoked to the very same object...
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.
I'm not sure what ECMA defines as 'return' from a statement. That's why some languages by definition return self / this except there is a coded return... a default return allows easy and especially with Espruino very fast cascading of messages sent / methods invoked to the very same object...