Needing help with lesson 7.1 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Needing help with lesson 7.1

I'm a little confused on lesson 7.1 var computers = parseInt(deadlines(), 10)" //your code goes here ____________________________ My issue is with "parseInt(deadlines(), 10)" In none of the previous lessons this phrase comes up. Can someone help without necessarily giving me the answer? Thanks :-)

20th Oct 2021, 2:03 AM
Be-Asia
Be-Asia - avatar
2 Answers
+ 1
Here is more about parseInt https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseInt About readLine() - value of this come from test, you can check some inputs when you run test.
20th Oct 2021, 8:43 AM
PanicS
PanicS - avatar
+ 1
All right awesome people! I'm at it again :-) I went and read that article, and I'm going to see if I can figure out how to solve this problem 🤷🏾‍♀️
21st Oct 2021, 1:37 AM
Be-Asia
Be-Asia - avatar