0
Hello everyone, help me, I wrote this code.
But I don't understand why it shows that there is an error in the console
4 Answers
+ 5
// You donât need to put a comma after the semicolon in the for statement:
for(let i = 0; i < 42; i++) {
// Do something
}
// Next time when you ask a question, itâs easier if you save it in the Code Playground then give us the link, and tagging the question with JavaScript or whatever language it is.
+ 3
Itâs all right.
+ 2
Thank you for your understanding. yes but i didn't understand this app very much sorry if i made a mistake
+ 1
I'm sorry if I made a mistake, I'll check it next time