How to convert string to number in JavaScript

Numbers
By Jad Joubran · 
Last updated Nov 11, 2017
Number.parseInt("24", 10);
24