Based on the YouTube tutorial by JavaScript Mastery:
π₯ Watch the full video here
This crash course is designed to teach you the fundamentals of JavaScript in a single, easy-to-follow video. Whether you're a complete beginner or brushing up your knowledge, this guide walks you through the core features of JavaScript used in modern web development.
- β
Variables:
var,let,const - β Data Types: String, Number, Boolean, Null, Undefined, Symbols
- β Operators: Arithmetic, Assignment, Comparison, Logical
- β
Conditional Statements:
if,else ifandelse - β
Loops:
forandwhile - β Functions: Declaration, Expression, Arrow Functions
- β Objects and Arrays
-
Clone this repo or download the files:
git clone https://github.com/yourusername/javascript-crash-course.git
-
Open
index.htmlin your browser. -
Edit
script.jsto practice and follow along with the tutorial. -
Use browser DevTools (
F12) to see console output and inspect elements.
- A modern browser (Chrome, Firefox, Edge)
- A text editor (VS Code recommended)
- No prior JavaScript knowledge required!
/Learning-JavaScript/
β
βββ Functions in JS/
β βββ index.html
β βββ script.js
β
βββ Introduction/
β βββ index.html
β βββ script.js
β
βββ Logic and Control flow/
β βββ index.html
β βββ script.js
β
βββ Operations/
β βββ index.html
β βββ script.js
β
βββ Variables and Data Types/
β βββ index.html
β βββ script.js
β
βββ README.md