Image by Kelvin Ang from Unsplash
DESCRIPTION
Converting data structures is a day-to-day job as a Developer - so is staying up-to-date with the language and it's features.
From object to array
Summary
- The above are ES8 (ECMAScript 2017) new methods which are extremely helpful when converting from an
Object
into anArray
.