Ways to convert String to Number in JS
Converting from one type to another (or simply called typecasting) is needed very frequently in any programming language. So is in JavaScript.
Today we are going to take a look at some of the ways to Typecast Strings to Number.
parseInt
As the name s...
blog.pankaj.pro4 min read