- 2

HELP [Solved]

SOLVED

22nd Nov 2022, 7:08 PM
MikroMick
MikroMick - avatar
8 Answers
+ 2
Take good care of indentation. It helps a lot to find this kind lf issue. Ah, pls don't upvote yourself...
23rd Nov 2022, 2:37 AM
Emerson Prado
Emerson Prado - avatar
+ 2
You are missing a closing bracket "}" at the end of your code
22nd Nov 2022, 7:50 PM
ODLNT
ODLNT - avatar
0
ODLNT there is the closing bracket in css and javascript there is no single bracket in css and js
23rd Nov 2022, 10:32 AM
MikroMick
MikroMick - avatar
23rd Nov 2022, 10:34 AM
MikroMick
MikroMick - avatar
0
MikroMick Your JS code has 5 curly brackets, 3 open brackets, and 2 closing brackets. This is the cause of your problem. It is also the reason for the error message "Unexpected end of input". Adding a closing curly bracket to the end of your code will solve this issue.
23rd Nov 2022, 2:56 PM
ODLNT
ODLNT - avatar
0
23rd Nov 2022, 4:47 PM
MikroMick
MikroMick - avatar
0
And ODLNT it's a curly brace "{" This is a bracket "["
13th Dec 2022, 2:03 PM
MikroMick
MikroMick - avatar
- 3
HELP
22nd Nov 2022, 7:08 PM
MikroMick
MikroMick - avatar