A Guide to Console Commands

1 · CSS-Tricks · Feb. 21, 2020, 4:15 p.m.
The developer’s debugging console has been available in one form or another in web browsers for many years. Starting out as a means for errors to be reported to the developer, its capabilities have increased in many ways; such as automatically logging information like network requests, network responses, security errors or warnings. There is also a way for a website’s JavaScript to trigger various commands that output to the console for debugging purposes. These commands are contained in a conso...