Good morning sir. I have again errors line 8 and line 9. I want to increase and decrease counter in one place. Thanks you sir. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Good morning sir. I have again errors line 8 and line 9. I want to increase and decrease counter in one place. Thanks you sir.

Increase and decrease counter in console and in browser in one place. https://code.sololearn.com/WSNM10DW38qj/?ref=app

9th Jan 2022, 12:56 PM
Malick Diagne
Malick Diagne - avatar
1 Answer
+ 1
line 8: the quotation marks are wrong console.log('It\'s raining at ' + counter) or console.log(`It's raining at ${counter}`) line 9: console log(counter) forgotten point
9th Jan 2022, 1:49 PM
Alexey Kopyshev
Alexey Kopyshev - avatar