π 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.
β‘οΈ Topics Covered: -
- Introduction to
Javascript
- Linking a Javascript File
- Values and
Variables
Datatypes
Var
,let
,const
- Operators
Arithmetic
OperatorAssignment
OperatorComparison
OperatorLogical
Operator
- Operator Precedence
String
andTemplate Literals
- if-else Statement
Type Conversion
andCoercion
Truthy
andFalsy
Values==
vs===
- Boolean Logic
AND
OR
NOT
Switch
StatementTernary
Operator
β‘οΈ Code: -
- π¨βπ» Code_Link
β‘οΈ Topics_Covered_Solution: -
β‘οΈ Detailed Notes of My Own: -
β‘οΈ Topics Covered: -
Strict Mode
Functions
Function Declaration
vsFunction Expressions
Arrow Functions
Function Calling other Functions
- Reviewing
Functions
- Introduction to
Arrays
- Basic
Array Operations(Methods)
- Introduction to
Objects
Dot
vsBracket Notations
Object Methods
for Loop
Looping Arrays
,Continue
, andBreak
Looping Backwards
andNested Loops
While Loop
β‘οΈ Code: -
- π¨βπ» Code_Link