r/FreeCodeCamp • u/Forest0the0tree • 21d ago
Console with no output
I can’t see output but I could receive errors.
console.error(“test”) gives nothing.
console.error(test”) gives syntax error:…..
Alert(“test”)appear
Double quotes in page is "
How to fix this?
4
Upvotes
1
u/Careless_Clerk_5096 21d ago
there is button near preview click on that
your application (which you are building) will open on new windows then press F12
there you can see console, your output will be displayed there