J
J
JohnDaniels2016-04-07 12:58:45
JavaScript
JohnDaniels, 2016-04-07 12:58:45

What happened to console.log()?

Found that console.log stopped working. On any site, even if you write directly to the
771217a2e3cd4d1c8a11c8bd7232073f.png
wtf console?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Belenkov, 2016-04-07
@IoannGrozny

The output of the console log is written to the Log, and you have this tab hidden.
Only what the console log returns is displayed in the JS tab.

Z
zooks, 2016-04-07
@zooks

Firefox 47. Works.

console.log("test")
test
undefined

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question