Recipe 16.6

Using Counters

Demo

Check the console for output. You may need to refresh the page after opening the console.

Code

JavaScript
console.count('counter');
console.count('counter');
console.count('counter');
console.count('counter');
console.count('counter');
HTML
Check the console for output. You may need to refresh the page after opening the console.
Web API Cookbook
Joe Attardi