www.gideonpyzer.com
JS Tip: Use parseInt for strings, NOT for numbers
3
Use parseInt for strings, NOT for numbers, because it will fail sometimes. This post discusses two solutions using Math functions and bitwise. Read full article