0
When i try my js code i get errors
Code is print(insert text here) and i got errors
4 Answers
+ 3
Space â˘
Hint is already given in problem.
console.log is a function which is used to print anything.
So print the text "JS is fun" which is given in description.
+ 1
That is not how you print in JS. Are you familiar with the syntax of Javascript?
0
Space â˘
I note that you have completed 5% of JS tutorial
Please review lesson 2.1 of the tutorial to understand how to print in JS
0
I meant python