Mastering ES6: An In-Depth Look at Destructuring Assignment #coding #javascript #programming

preview_player
Показать описание
NextGen Lunch & Learn: ES6, ES7, and ES8 Concepts -- Destructuring Assignment

Github repo:

My tools:

Support my channels:
Рекомендации по теме
Комментарии
Автор

Dumb question, but why would you ever want to do this if you could just reference the property directly from the object by using person.age?

JoelRossol