@allObjects, I believe @tronic98776 is attempting to understand where the function call is for type() to pass the argument value for parameter 's' when the example reference calls function send()
Line 14 from #9 above references intended local function _send() with the leading underscore. Line 31 isn't using function type()
From post #1
'I'm quite new to coding JS'
Was there a newer edit of post #9 that hadn't made it to press?
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.
The 2019.03.28
@allObjects, I believe @tronic98776 is attempting to understand where the function call is for
type()
to pass the argument value for parameter 's' when the example reference calls functionsend()
Line 14 from #9 above references intended local function
_send()
with the leading underscore. Line 31 isn't using functiontype()
From post #1
Was there a newer edit of post #9 that hadn't made it to press?