Day 1: Print The Input
-
gswheeler 9 years ago Personally, I think this challenge was mis-named: it is really only about using the value in a function argument (none of the code WE write involves getting input from the user or the call to the script; we just print what gets passed to the function).
-
valmik31 9 years ago Ya you're right. I agree.
-
willaguirre 9 years ago me too =/
-
willaguirre 9 years ago you don't need to pass the string "fdsfsdf" only add the validation
-
-
Javaneera 9 years ago I agree with you
-
-
[deleted] 9 years ago I started a GIT branch for those who need a little help let me know if you need explanations added as well https://github.com/giannioudis/7-Days-of-JavaScript
-
deepalisingh1131 2 months ago I am facing problem to solve this question can you please help me to understand this question
function processData(input) { console.log(input); }
const mockInput = "How many chickens does it take to cross the road?"; processData(mockInput.trim());
I am using this code but still getting error
-
mohitepratik846 11 months ago Explain the quetion I canot uderstand the quetion
-
Blu3Pix3l 12 months ago This was the stupidest way to have someone console log input and make it confusing a heck.
Sort 50 Discussions, By:
Please Log In in order to post a comment