javascript cannot console.log code example
Example 1: javascript console.log
console.log('I want to log this so I am logging this. Calm down and log.')
Example 2: how to use console.log javascript
console.log("Hello world!");
console.log('I want to log this so I am logging this. Calm down and log.')
console.log("Hello world!");