React Developer Course - Sheet1
React Developer Course - Sheet1
Duration (in
Course Topic Sub Topics
hrs.)
JavaScript Fundamentals: Introduction to JavaScript 1
Overview of JavaScript
Variables and Data Types 1
Declaring variables (var, let, const)
Primitive data types (string, number, boolean, null, undefined)
Reference data types (object, array, function)
Operators and Expressions 1
Arithmetic, comparison, logical operators
Conditional (ternary) operator
Type casting
Control Flow and Looping 3
if...else statements
switch...case statements
for, while, and do...while loops
Functions 6
Declaring functions
Function expressions vs. function declarations
Arrow functions
Higher-order functions and callbacks
Arrays and Objects 6
Array methods (like map, filter, reduce, etc.)
Object properties and methods
Destructuring assignment
Error Handling 1
try...catch statements
Throwing and handling errors
Asynchronous JavaScript 3
Callbacks
Promises
Async/await