To get the char code in Javascript you can use the following snippet.
Sample Javascript
"C".charCodeAt(0); // prints 67
All the Code Snippets and Samples you need
To get the char code in Javascript you can use the following snippet.
"C".charCodeAt(0); // prints 67
You must be logged in to post a comment.
RT @CodeSnippetsNET: How to get the char code in #Javascript http://t.co/6FKEA4AmHc #js #jquery #php #html #css #dev
RT @CodeSnippetsNET: How to get the char code in #Javascript http://t.co/6FKEA4AmHc #js #jquery #php #html #css #dev