WebI/OConsole.countmethod Console.count#Console.count(label?: string): voidMaintains an internal counter for a given label, incrementing it each time the method is called Examples ##console.count('myCounter'); console.count('myCounter'); // Will show: myCounter: 2 Parameters #optional#label: stringThe label to count. Defaults to 'default' Return Type #void
method Console.count#Console.count(label?: string): voidMaintains an internal counter for a given label, incrementing it each time the method is called Examples ##console.count('myCounter'); console.count('myCounter'); // Will show: myCounter: 2 Parameters #optional#label: stringThe label to count. Defaults to 'default' Return Type #void