+ 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 odpowiedzi
+ 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