why am i getting this error?
Look at your very last line of code. See how the color changes partway through that set of parentheses? The way you have it written makes the system think your log ends after “I don” so see if you can find another way to wrap up that statement that won’t confuse the output. There are two other ways to output console logs that you’ve been shown prior to this exercise that would get around this issue.
2 Likes
Thanks a lot. Great help.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.