💻 Programming Basics: Functions 📝
Functions are blocks of reusable code that perform a specific task.
In JavaScript, define a function using the `function` keyword or with arrow functions...
... Don't forget to call the function using its name and parentheses!