This project is a beginner-friendly educational website designed to help you learn the basics of JavaScript through simple examples and structured HTML pages.
learning-javascript/ ├── LearningJS.html # Main navigation page ├── index.html # JavaScript Introduction ├── functions.html # Functions in JavaScript ├── loginForm.html # Basic login form example ├── password.html # Password validation example ├── stringsAndNumbers.html # Strings and numbers in JS ├── switch.html # Switch statement usage ├── variableScope.html # Variable scope in JS └── style.css # Optional styling for layout
- ✅ Introduction to JavaScript
- 🔁 Functions and how they work
- 🔐 Login form and password validation
- 🔢 Handling strings and numbers
- 🔀 Using
switch
statements - 📦 Understanding variable scope
- Clone or download the repository:
git clone https://github.com/Unathi-Monjane/learning-javascript.git