console.log all data of html page 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: console log javascript
console.log("hello", value);
console.log('I want to log this so I am logging this. Calm down and log.')
console.log("hello", value);