console log page content javascript code example
Example 1: how to print to console javascript
console.log("string")
Example 2: javascript console.log
console.log('I want to log this so I am logging this. Calm down and log.')
console.log("string")
console.log('I want to log this so I am logging this. Calm down and log.')