|
|||||
|
Have you ever needed to do an auto-increment on a letter in Javascript? It’s built into PHP and Perl ($a = ‘A’; $a++; # $a is now ‘B’), but I recently found that trying to do it in Javascript may be harder than one thinks. After lots of time lost searching the web for a [...] |
|||||
|
Copyright © 2010 use strict ;#) - All Rights Reserved |
|||||