This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by ainhlumayo
about 12 years

What does the error (ReferenceError: Console is not defined Oops, try again.) mean, and what did I do wrong?

Please help I’m new so Javascrift is like a foreign language to me.

Thanks

Answer 4f601b669cd7bd0003001783

0 votes

Permalink

In general, a reference error means that you used a word that JavaScript didn’t recognize. It’s neither a pre-existing part of the JavaScript vocabulary, nor a word that you’ve assigned a meaning to.

With regard to your specific reference error it’d help to see the code you used to get the error, but I’m guessing you were trying to use console.log(), but got some part of the syntax wrong?

points
Submitted by mstegosaurus
about 12 years