Javascript Interview Questions
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
What can a JavaScript Do
How to create a clock in Javascript and time should display in textbox
How to apply math function in javascript
How to submit a data from javascript to server
How to get Length of string
What is negative infinity
Home
>>
Web Interview Questions
>>
Javascript Interview Questions
How to get A ASCII Value of Any character
Posted on June 3rd , 2009 by Admin
alert(Asc("a"));
alert(Asc("B"));
Site Search