+ 1
What does this mean?
parseInt(readLine(), 10) I am doing a code coach in js and I donât know what this means. Can I get an explanation?
3 Answers
+ 4
It reads input and converts it to integer
+ 1
The parseInt() function parses a string and returns an integer.
0
And input is provided from test