Episode

Demo: Converting strings to numbers [20 of 51]

When working with data from outside of your application it may not be automatically read as the data type you expect. This can cause problems when you're expecting a number but JavaScript treats it as a string. See how you can convert strings to numbers.

#JavaScript #Beginners #Tutorial #NodeJS