console.countReset()
The console.countReset() method resets counter used with console.count().
Syntax
countReset()
countReset(label)
Parameters
labeloptional- : A string. If supplied,
countReset()resets the count for that label to 0. If omitted,countReset()resets the default counter to 0.
- : A string. If supplied,
Return value
undefined.