how to consolelog "'" javascript code example
Example 1: how to log to the console javascript
console.log('What you want to log here.');
Example 2: how to use js console log
console.log('string');
console.log('What you want to log here.');
console.log('string');