It's easy to view and change any page on the browser with Chrome DevTools. The Sources panel is a powerful component of DevTools - let's dive into it to see how it can help us improve our development.
In this post we demonstrate how to utilize console.time and performance.mark to monitor times and processes in Chrome Dev Tools, and also take into account how the two features compare.
When using Chrome DevTools, it can be helpful to have more control over how we log the console output. Learn how to use console.group to easily bundle related content together.