Javascript: Odd or Even script can’t find my ERROR

There are 2 or 3 errors :

  1. To increment, you need ++ and not ++1
  2. The ; between for statement and { can cause syntax errors
  3. You need to close your curly brackets at the end {}

Leave a Comment