Checking if a value is a number in Javascript with isNaN()
In Javascript, we have numerous ways to check if something is or is not a number. This is a particularly common task in Javascript, where there is dynamic typing, resulting in some unexpected things being classified as numbers. Typescript fixes some ...
fjolt.hashnode.dev5 min read