🔥 JavaScript Functions - Interactive Lesson

Functions are reusable blocks of code you can call whenever you want. They help keep your code organized, clean, and DRY (Don't Repeat Yourself).

📚 Example 1: Basic Function Declaration

Output will appear here...

📂 Example 2: Arrow Functions

Output will appear here...

🧰 Example 3: Function with Default Parameters

Output will appear here...

⚡ Quick Tips