Part1: Introduction to this weird Language called JavaScript
This article is Part 1 for the Series “Modern ES6+ Javascript for those who know only a little about that old Javascript.”... (more…)
Read more »
Destructuring assignment is one of the most flexible, simplest feature in modern JavaScript. It’s a JavaScript expression that makes it possible to unpack values from Arrays, properties from Objects, or even Function params, into distinct variables.
… Read more