Node.js - Debugging and Profiling
What will be the output of the following Node.js code?
console.count('test');
console.count('test');
console.count('demo');
console.count('test');