Result Size: 1264 x 57
 
console.log('This example is different!');
console.log('The result is displayed in the Command Line Interface');
        
C:\Users\My Name>node demo_intro_cmd.js
This example is different!
The result is displayed in the Command Line Interface