Console.log issues

Is anybody else not seeing any output in the terminal using console.log() since the updates?

2 Likes

You’re right, compared to previously it isn’t logging on the output area. I don’t know if it was deliberate or not but if you run the tests with the dev tools of the browser open (right click inspect in chrome) you will see your console.log results.

I’m getting the same problem. Console.log only shows after ‘run the tests’ is initiated.

it’s a bug, it’s being worked on.

Meanwhile you could use something like repl.it to code. If you write 'use strict' (quotes included) in the first line of the editor, it will behave like the fcc editor. It does not give live results, but you can run it anytime faster

1 Like