Description
In this course, you will learn :
- JavaScript from the ground up, from beginner to advanced.
- Almost every concept in JavaScript, such as variable declarations, data types, objects, arrays, and functions, is covered.
- With examples, take a deep dive into Dom manipulation.
- Covers advanced concepts such as callbacks, promises, async await, and so on.
Syllabus :
1. Introduction
- What is JavaScript programming language
- Why to learn JavaScript
2. Environment setup & Basics of JavaScript
- Environment setup for JavaScript programming
- JavaScript Basics
3. Variable declarations & Data Types in JavaScript
- Variable declarations
- Rules for declaring variables
- Data Types in JavaScript