vote up 4 vote down star

How can I convert a character to its ASCII code using Javascript?

For example, to get 10 from "\n".

flag

1 Answer

vote up 12 vote down check
"\n".charCodeAt(0);
link|flag
+1 Excellent, cheers – Andreas Grech Aug 5 at 14:35

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.