String.fromCharCode() #232
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 2 comments
-
Posted at 2014-03-21 by @gfwilliams Ahh, thanks. It's now fixed and will be in 1v58 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Posted at 2014-03-21 by Sacha As allways: Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2014-03-20 by Sacha
Hi Gordon,
Found a little bug:
String.fromCharCode(72,69,76,76,79);
should return "HELLO" not only the fist argument/char "H".
Sacha
Beta Was this translation helpful? Give feedback.
All reactions