Technically Feasible

How to Use Object Destructuring in JavaScript

on dmitripavlutin.com

The object destructuring is a useful JavaScript feature to extract properties from objects and bind them to variables.