About this course
Introduction
- About this guide
- About JavaScript
- JavaScript and Java
- ECMAScript
- Tools
- Hello World
Grammar and types
- Basic syntax & comments
- Declarations
- Variable scope
- Variable hoisting
- Data structures and types
- Literals
Control flow and error handling
- if...else
- switch
- try/catch/throw
- Error objects
Loops and iteration
- for
- while
- do...while
- continue
- break
- for...in
- for...of
Functions
- Defining functions
- Calling functions
- Function scope
- Closures
- Arguments & parameters
- Arrow functions
Expressions and operators
- Assignment & Comparisons
- Arithmetic operators
- Bitwise & logical operators
- Conditional (ternary) operator
Numbers and dates
- Number literals
- Number object
- Math object
- Date object
Text formatting
- String literals
- String object
- Template literals
- Internationalization
- Regular Expressions
Indexed collections
Keyed collections
- Map
- WeakMap
- Set
Comments (0)
4.98
12 Reviews
Reviews (12)
Naina Patel
5 Nov 2023 | 15:40
Reply
The JavaScript course was fantastic! I learned so much, and the instructor made it easy to understand
Aarav Kapoor
20 Nov 2023 | 15:42
The JavaScript course covered all the basics you need to start coding. I learned about variables, functions, loops, and more. It was a great foundation for further education
Ananya Singh
8 Dec 2023 | 15:43
I appreciated how the JavaScript course included practical examples and exercises. It helped me understand how to apply the concepts I was learning in real-world scenarios
Virat Mehta
12 Dec 2023 | 20:30
I really enjoyed the JavaScript class. It was fun and informative, and I now feel more confident in my coding skills.
Diya Khanna
21 Dec 2023 | 15:46
Taking the JavaScript course was a great decision. The instructor was helpful, and the lessons were well structured
Arjun Deshmukh
26 Dec 2023 | 15:48
I found the section on Asynchronous JavaScript particularly useful. Understanding callbacks, promises, and async/await has made a big difference to my understanding of how JavaScript works
Aisha Reddy
28 Dec 2023 | 15:50
I feel like I have a well-rounded understanding of the language now
Siddharth Joshi
8 Jan 2024 | 15:51
The instructor for the JavaScript course was excellent. They explained everything clearly and made sure everyone understood
Vihaan Malhotra
12 Jan 2024 | 15:53
I'm so grateful for the opportunity to take the JavaScript course. It has opened up so many doors for me in terms of what I can create
Zara Agarwal
16 Jan 2024 | 05:30
I would highly recommend the JavaScript course to anyone interested in web development. This is a great way to learn the basics
Advik Khanna
27 Jan 2024 | 15:56
One thing I really liked about the JavaScript course was the section on best practices and coding conventions. Writing clean, maintainable code is important and is emphasized in the course
Esha Joshi
1 Feb 2024 | 15:57
I found the section on working with APIs and fetching data particularly interesting. Learning how to make AJAX requests and handle responses has opened up a whole new world of possibilities for me