Sunday, 28 August, 2016 UTC


Summary

The isNaN() function determines whether a value is NaN (Not-A-Number) or not. Note that parseInt approach may not work with strings having valid number prefix. read more
The post Javascript – check if string is number appeared first on InfoHeap.