Node.js - Debugging and Profiling
What will be the output of the following Node.js code?
console.group('Fruits');
console.log('Apple');
console.log('Banana');
console.groupEnd('Fruits');