JavaScript: create a string or char from an ASCII value

Posted by Sakthivel on Stack Overflow See other posts from Stack Overflow or by Sakthivel
Published on 2009-03-02T11:41:34Z Indexed on 2010/03/19 3:11 UTC
Read the original article Hit count: 162

Filed under:

In JavaScript, how can you get a string representation of an ASCII value.

e.g. how to turn 65 into "A"?

© Stack Overflow or respective owner

Related posts about JavaScript