console.trace() works the exact same as console.log() , but it also outputs the entire stack trace.console.group() allows you to group logs into collapsable structures. console.assert() provides a handy way to only log something as an error when an assertion fails (i.e. when the first argument is false)
Table of contents
Computed property namesconsole.trace()console.group()Logging levelsconsole.assert()console.count()console.time()Sort: