Works for strings but not for arrays, created issue #1509
>btoa("Hallo"); ="SGFsbG8=" >btoa([0,1,2,3,4,5,6,7,8,9]); =""
@MaBe 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.
Works for strings but not for arrays, created issue #1509