Introduction to JavaScript
10:00
Setup Development Environment and Run Code on Browser Console
10:00
Embedding JavaScript in HTML, Run Code using Code Runner Extentions
10:00
Statements and Comments in JavaScript
10:00
Variables and Constants
10:00
Data Types in JS (strings, numbers, booleans, undefined, null) part 1
10:00
Basic Operators Arithmetic Operators
10:00
Basic Operators Assignment Operators
10:00
Basic Operators Comparison Operators
10:00
Declaring strings and string literals
10:00
String methods lTemplate literals and string interpolationength
10:00
Template literals and string interpolation
10:00
Basic number operations addition, subtraction
10:00
Using Math object for complex operations Math
10:00
Number methods toFixed(), parseInt()
10:00
Primitive Data Types and Non-Primitive
10:00
Boolean values true and false
10:00
Conditional statements if, else if, else
10:00
Logical operators () in details
10:00
Practical Example of Logical Operators
10:00
Basic Functions in JavaScript
10:00
Parameters, Arguments and return values of Function
10:00
How to Work with Arrow functions
10:00
Function Expressions, Anonymous Functions and Callbacks
10:00
Arrays in JavaScript Creating and accessing arrays
10:00
Array methods push(), pop(), shift(), unshift()
10:00
Iterating over arrays using for loops and forEach()
10:00
Combining, slicing, and joining arrays concat(), slice(), join()
10:00
Introduction to JavaScript Object
10:00
Creating Objects with Properties and Methods
10:00
Accessing and Modifying Object Properties
10:00
Using this Keyword Inside Methods
10:00
Practical Project Create a Calculator Object and Apply Properties & Methods
10:00
Introduction to Loops in JavaScript
10:00
Looping through arrays using `for` and `for.…
10:00
Controlling Loops with break and continue with Practical Project
10:00