0
What is parseInt
2 ответов
+ 7
parseInt function converts string to integer..
More on parseInt
https://www.w3schools.com/jsref/jsref_parseint.asp
+ 1
A method of Integer class in JS which takes String as parameter and convert it to Integer. Different languages have this functionality, however with different signature like Int.Parse().