Skip to main content
Version: 3.13.0

console.countReset()

The console.countReset() method resets counter used with console.count().

Syntax

countReset()
countReset(label)

Parameters

  • label optional
    • : A string. If supplied, countReset() resets the count for that label to 0. If omitted, countReset() resets the default counter to 0.

Return value

undefined.