Tuesday, 1 October 2013

how to increment the value of a char in Javascript

how to increment the value of a char in Javascript

How do I increment a string "A" to get "B" in Javascript?
function incrementChar(c)
{
}
Thanks

No comments:

Post a Comment