+ 1
Trying to solve a javascript problem in here but I passed only the first case because I dont know how to get input from user.
I already searched here and used prompt but it did work. Thank you
2 Answers
+ 4
Which challenge is it? Can you save your code to the playground and share it so we can assist you? Generally you would use
readLine() to get the input for 1 of the challenges, but then you'd need to convert the input to the correct type if not a string.
+ 4
ChaoticDawg thank you I just figured it out. Problem solved ^^