console.time()
console.time() is a method used for measuring the time it takes to execute a specific portion of your code. It allows you to mark the beginning and end of a code block you want to measure and then calculates the elapsed time between those points.