Read the statement by Michael Teeuw here.
Hey Guys, I need help
-
Paste your entire code into http://jshint.com
There seem to be some missing brackets and commas
-
The square bracket from evening opens but didn´t closes, this seems to be the problem :)
-
i have insert it in jshint, but i don’t know how to fix this
http://www7.zippyshare.com/v/a31yMg3D/file.html
i can’t upload the config.js, but here is a zippy share link, maybe anyone can help me, i have no idea to do it myself. -
@Shisim It is telling you what line it’s on (e.g.
56
) and also why there’s a problem (e.g.Expected ']' to match '[' from line 28 and instead saw ':'
). There were a handful of missing brackets and braces.I’ve fixed your errors and placed the file here. I’ll leave the link live for a week or so. I’ve also left comments where you were missing brackets or braces. You will need to learn what they do and how to balance them.
-
@ninjabreadman thank you very much! :)