🔶 JavaScript Variables & Data Types

Variables store data. JavaScript has different data types like numbers, strings, booleans, and more. Let’s get familiar!

📚 Example 1: Declaring Variables

Output will appear here...

📂 Example 2: Data Types & typeof

Output will appear here...

⚡ Quick Tips

💡 Pro Tip: Use typeof to debug data types while coding.