console.timeLog()

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

Explanation: The static browser API method that logs the current value of a timer that was previously started by calling `console.time()` without stopping the timer. It allows checking the elapsed time at various points in the code.

Browser compatibility:
  • The chrome browser supports this feature starting from version 71
  • The edge browser supports this feature starting from version 79
  • The firefox browser supports this feature starting from version 62
  • The safari browser supports this feature starting from version 13
Availability: