Description
In this course, you will :
- Learn about the history of JavaScript and get started writing code right away with the JavaScript console.
- Learn to express real-world data using JavaScript variables and to differentiate between the language's various data kinds.
- Learn how to use conditional statements to add logic to your JavaScript scripts.
- Using JavaScript loops, you may reduce code duplication and automate repeated activities.
- Explore the world of JavaScript functions. Discover how to use their abilities to streamline and organize your programs.
- Learn how to utilize Arrays in your JavaScript apps to store complicated data.
- Meet the Object, the next JavaScript data structure. Learn how to utilize it alongside Arrays to store complex data.
- Build the core features of an eCommerce shopping cart for Kirana's fruit store using your JavaScript development talents.
Syllabus:
- What is JavaScript
- Data Types & Variables
- Conditionals
- Loops
- Functions
- Arrays
- Objects
- Build a Shopping Cart