tutorial.eyehunts.com
How to avoid NaN in JavaScript | Basic code
NaN is an error value that means not a number. Below are 4 methods with examples to avoid NaN in JavaScript.
Rohit