|
In short, if you do use parseInt(), you must always specify the radix (normally 10).
Number() is normally the best choice.
__________________
All the code given in this post has been tested and is intended to address the question asked.
Unless stated otherwise it is not just a demonstration.
|