+ 1
I need help in javascript. This is my attempt to solve it There is an error that I cannot correct
This is my code https://code.sololearn.com/WavJ1ZsW30RV/?ref=app And this is the drive containing the exercise The exercice ask to write just the 3 function All the explaination in this drive https://drive.google.com/file/d/1IKgThLR6UybeYXpYsNqOLCtkafOKMphq/view?usp=drivesdk
12 Respostas
0
Your code is incomplete? The last function is not closed, for instance.
0
Lisa my bad I did not copy it from the computer well. The defect is in displayChannels()
0
One issue is that your use unescaped quotation marks inside the string:
Error:
"hello "world"."
Correct:
"hello \"world\"."
'hello "world".'
0
Lisa where
0
It is your code, you kommt where you have strings. Look at the displayChannels() function...
0
How about now Lisa
0
You didn't fix line 16, the strings are still incorrect
0
How about nowLisa
0
Test your code and see if it still gives errors...
0
No erreur the only thing is the function switchchannel is not working Lisa
0
I put her in option onclick and that didnt workLisa
0
It's normal