Save user form input data in a JavaScript object
This task is possible in two lines using the FormData constructor and Object.fromEntries()
This task is possible in two lines using the FormData constructor and Object.fromEntries()
How to create a conditional that checks if a value is a pure object in JavaScript.
The 'this' keyword is a versatile reference to a parent data object.
Create a random quotes generator app using HTML, CSS and JavaScript
Learn about all the new features introduced to JavaScript by ES2018 language update
Easily extract properties from objects and store them in variables
Easily convert a JS object to an array using the Object.entries() method.