Hacker News new | ask | show | jobs
by nanny 2558 days ago
It only acts like console.log in the browser console, not in a script. Interesting.
2 comments

The Chrome console defines a few console-only convenience functions too: https://github.com/GoogleChrome/devtools-docs/blob/master/do...
Handy for debugging I guess?