Flavio is a Full Stack Developer
Diagnose and Log to Console
Console logging is a powerful way to inspect what your page or application does. Let's start with console.log() and explore other advanced usage.
Monitor Events
The Chrome DevTools Command Line API offers various ways to observe and inspect event listeners
Exception and Error Handling
Chrome DevTools provides tools to help you fix web pages throwing exceptions and debug errors in your JavaScript.
Measure and count executions
Take advantage of the Console API to measure execution times and count statement executions.
Timeline Event Reference
The timeline events mode displays all events triggered while making a recording. Use the timeline event reference to learn more about each timeline event type.