how to print console log in javascript from button code example
Example 1: how to log to the console javascript
console.log('What you want to log here.');
Example 2: how to log something in the console. javascript
console.log('https://discord.gg/5yjWgMS');