Description
In this course, you will learn :
- Understand the fundamentals of JavaScript, including variables, data types, operators, control structures, functions, and objects.
- Investigate how JavaScript works with HTML and CSS to create dynamic and interactive web pages. Learn how to use the DOM to dynamically change page content.
- Asynchronous Programming: Learn how to programme in JavaScript asynchronously using callbacks, promises, and async/await.
- Constructing Realistic Projects: Develop real-world apps using your JavaScript skills. such as a Todo List app, an Expense Tracker app, and an Image Search app.
- Object-Oriented Programming (OOP): Learn the fundamentals of object-oriented programming. Discover the concepts of classes, objects, and inheritance.
Syllabus :
- JavaScript basics
- Function
- Document Object Model (DOM)
- Todo list project
- Array methods
- Expense Tracker app project
- Date & Time
- Object Oriented Programming (OOP)
- Async JavaScript
- Image search app