π 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.
π Section-01_Welcome
β‘οΈ Topics Covered: -
- Introduction to
Javascript - Linking a Javascript File
- Values and
Variables DatatypesVar,let,const- Operators
ArithmeticOperatorAssignmentOperatorComparisonOperatorLogicalOperator
- Operator Precedence
StringandTemplate Literals- if-else Statement
Type ConversionandCoercionTruthyandFalsyValues==vs===- Boolean Logic
ANDORNOT
SwitchStatementTernaryOperator
β‘οΈ Code: -
- π¨βπ» Code_Link
β‘οΈ Topics_Covered_Solution: -
β‘οΈ Detailed Notes of My Own: -
β‘οΈ Topics Covered: -
Strict ModeFunctionsFunction DeclarationvsFunction ExpressionsArrow FunctionsFunction Calling other Functions- Reviewing
Functions - Introduction to
Arrays - Basic
Array Operations(Methods) - Introduction to
Objects DotvsBracket NotationsObject Methodsfor LoopLooping Arrays,Continue, andBreakLooping BackwardsandNested LoopsWhile Loop
β‘οΈ Code: -
- π¨βπ» Code_Link
__