Just to add that another option is just to compare strings...
t = tab1mAlpha.map(x=>x.toString()) t.indexOf(v.toString())
@Gordon 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.
Just to add that another option is just to compare strings...