0
The for loop 2 18.2
help please! I know how to pass test case 1 , I don't understand how to pass test case2 at the same time! please HELP! var expression = readLine(); //your code goes here for (var i=1;i<=3;i++){ console.log("Learning is fun!")
1 Answer
+ 3
Asked Output is the 'input' string... (expression value)
Not "Learning is fun! " <= it is first test case input.