different ways to console.log code example
Example 1: how to log to the console
console.log("something");
// you can just write (log) in vs code and press enter it will automaticly write (console.log())
Example 2: console.log
console.log("dale")