AJAYKUMAR-B-S / Learn-Javascript

πŸ‘‹ The Complete JavaScript Course 2024 includes covered topics, theory explanations with solutions, and detailed personal notes from learning sessions.

Repository from Github https://github.comAJAYKUMAR-B-S/Learn-JavascriptRepository from Github https://github.comAJAYKUMAR-B-S/Learn-Javascript

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: -

About

πŸ‘‹ The Complete JavaScript Course 2024 includes covered topics, theory explanations with solutions, and detailed personal notes from learning sessions.


Languages

Language:JavaScript 92.3%Language:HTML 7.7%