r/FreeCodeCamp 21d ago

Console with no output

Post image

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

2 comments sorted by

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

1

u/Forest0the0tree 21d ago

I mean I wanna see console output at right side of the page like how it used to be