Object destructuring: storing data from JS objects in variables
Easily extract properties from objects and store them in variables
Learn the language of the web.
Easily extract properties from objects and store them in variables
Easily convert a JS object to an array using the Object.entries() method.
Using the spread operator (...), we can easily capture iterable elements and use them elsewhere.
Use the open() method on the window object to open a new window in the browser.
Learn the difference between innerText and textContent!
Learn how methods are functions able to act upon the object in which they are stored.
Learn how to render content to the DOM more securely
Create an image carousel with user controls using HTML, CSS and vanilla JavaScript
The DOM is an object through which JavaScript can manipulate live web pages.
Learn how to create am expanding and collapsing FAQs section.