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
1 Réponse
+ 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