JavaScript Destructuring
In this tutorial you’ll learn how to destructuring assignment works in JavaScript. After you read this article, you’ll know how to easily extract properties from objects. Your code will be cleaner and less cluttered.
Extracting Properties From Objects
Let’s start with simple example and create an object first:
const product = {
name: "MacBook…