VanillaCartJS - ES6 JavaScript Shopping Cart, Create A Real World Shopping Cart Project And Learn JavaScript ES6 Along The Way
Created by Adrian Bienias, English, English [Auto]
PREVIEW THIS COURSE - GET COUPON CODE
What you'll learn
Writing more bug free code with strict mode
Declaring functions including arrow functions
Using JavaScript code inside a string with template strings
Creating array of objects to store cart items
Using forEach and filter array methods
Getting elements from the DOM by querySelector and querySelectorAll methods
Storing cart items in browser localStorage
Adding, removing and getting items from an array
Using if statements and inline shorthand
Declaring variables using const and let keywords
Adding and removing classes in HTML elements
Delaying actions with setTimeout function
Inserting new HTML code to the DOM
Catching click events by addEventListener method
Removing elements from the DOM
Adding/removing class names and attributes in DOM elements
Using following operators: ++, --, +=, ===, !==, ||, >, <
Stringifying array to JSON format
Code refactoring
Submiting HTML forms remotely
Using PayPal as a checkout method
More Courses by Adrian Bienias
Web Scraping with JavaScript & Node.js
Build your own web scraper. Fetch and process data from whatever website you want!
React from Basics to Real World Projects
Learn React Fundamentals and Build Your Real World App