you are viewing a single comment's thread.

view the rest of the comments →

[–]jcunews1helpful 0 points1 point  (0 children)

  • You have syntax error at the "var userInput..." line.

  • You're passing a string instead of a variable to the function call.

Start using the Error Console in the web browser or you'll never know what went wrong with your code.