Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ JavaScript Crash Course 2021 – Master JavaScript in One Video!

Based on the YouTube tutorial by JavaScript Mastery:
πŸŽ₯ Watch the full video here

πŸ“š Overview

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.

🧠 Topics Covered

  • βœ… Variables: var, let, const
  • βœ… Data Types: String, Number, Boolean, Null, Undefined, Symbols
  • βœ… Operators: Arithmetic, Assignment, Comparison, Logical
  • βœ… Conditional Statements: if, else if and else
  • βœ… Loops: for and while
  • βœ… Functions: Declaration, Expression, Arrow Functions
  • βœ… Objects and Arrays

πŸ› οΈ How to Use

  1. Clone this repo or download the files:

    git clone https://github.com/yourusername/javascript-crash-course.git
  2. Open index.html in your browser.

  3. Edit script.js to practice and follow along with the tutorial.

  4. Use browser DevTools (F12) to see console output and inspect elements.


πŸ“Œ Requirements

  • A modern browser (Chrome, Firefox, Edge)
  • A text editor (VS Code recommended)
  • No prior JavaScript knowledge required!

πŸ“ Project Structure

/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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages