console.timeEnd()
The console.timeEnd() stops a timer that was previously started by calling console.time().
Syntax
timeEnd(label)
Parameters
label- : A
stringrepresenting the name of the timer to stop. Once stopped, the elapsed time is automatically displayed in the console.
- : A
Return value
undefined.