Question
I’m getting a SyntaxError: missing ) after argument list
error. What’s wrong?
Answer
Double check your method calls, especially those (), to make sure your syntax is correct. For Step 1, remember that you want Math.floor
on the outside, and Math.random() * 100
on the inside of it wrapped in ().