console.timeEnd()

Term side of the Card
Topic: Output Information
Unit title: console.timeEnd()
Categories: Method
Explanation side of the Card

Explanation: The static browser API method that stops a timer that waspreviously started by calling `console.time()` and logs the elapsed time to the console. It helps measure the duration of code execution.

Browser compatibility:
  • The chrome browser supports this feature starting from version 2
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 10
  • The safari browser supports this feature starting from version 4
Availability: