Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 2.2 KB

Readme.md

File metadata and controls

64 lines (53 loc) · 2.2 KB

The Complete JavaScript Course 👨‍💻

👋 Welcome to my Complete JavaScript Course repository! This repo is inspired by "The Complete JavaScript Course 2024: From Zero to Expert!" by Jonas Schmedtmann. It includes thorough content coverage, clear theory explanations with solutions, hands-on code examples, and my detailed personal notes to enhance learning.

📂 Contents ✍️

➡️ Topics Covered: -

  • Introduction to Javascript
  • Linking a Javascript File
  • Values and Variables
  • Datatypes
  • Var, let, const
  • Operators
    • Arithmetic Operator
    • Assignment Operator
    • Comparison Operator
    • Logical Operator
  • Operator Precedence
  • String and Template Literals
  • if-else Statement
  • Type Conversion and Coercion
  • Truthy and Falsy Values
  • == vs ===
  • Boolean Logic
    • AND
    • OR
    • NOT
  • Switch Statement
  • Ternary Operator

➡️ Code: -

➡️ Topics_Covered_Solution: -

➡️ Detailed Notes of My Own: -


➡️ Topics Covered: -

  • Strict Mode
  • Functions
  • Function Declaration vs Function Expressions
  • Arrow Functions
  • Function Calling other Functions
  • Reviewing Functions
  • Introduction to Arrays
  • Basic Array Operations(Methods)
  • Introduction to Objects
  • Dot vs Bracket Notations
  • Object Methods
  • for Loop
  • Looping Arrays, Continue, and Break
  • Looping Backwards and Nested Loops
  • While Loop

➡️ Code: -