use of console.log code example
Example 1: how to log something in the console. javascript
console.log('https://discord.gg/5yjWgMS');
Example 2: javascript console.log
console.log('I want to log this so I am logging this. Calm down and log.')
console.log('https://discord.gg/5yjWgMS');
console.log('I want to log this so I am logging this. Calm down and log.')