What is meant by parseInt in js | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

What is meant by parseInt in js

please explain

25th Sep 2018, 3:35 AM
Arpit Mittal
Arpit Mittal - avatar
5 Answers
+ 5
Hi! You can find information about this in: https://www.w3schools.com/jsref/jsref_parseint.asp
25th Sep 2018, 3:49 AM
Nimrod A. Holguín L.
Nimrod A. Holguín L. - avatar
25th Sep 2018, 4:09 PM
Arpit Mittal
Arpit Mittal - avatar
+ 4
You're welcome Arpit Mittal! 👍
25th Sep 2018, 10:43 PM
Nimrod A. Holguín L.
Nimrod A. Holguín L. - avatar
+ 4
Arpit Mittal You need to give the checkmark to someone still.
26th Sep 2018, 10:06 AM
Manual
Manual - avatar
+ 3
Definition and Usage. The parseInt() function parses a string and returns an integer. The radix parameter is used to specify which numeral system to be used, for example, a radix of 16 (hexadecimal) indicates that the number in the string should be parsed from a hexadecimal number to a decimal number. https://www.w3schools.com/jsref/jsref_parseint.asp https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseInt https://www.bitdegree.org/learn/javascript-parseint/ https://www.geeksforgeeks.org/javascript-parseint-with-examples/
25th Sep 2018, 10:35 AM
deepak sharma
deepak sharma - avatar