DEV Community

FLO
FLO

Posted on

Destructuring Assignment

Completed my Destructuring assignment. I really enjoyed this lab because it was an easier way to pull out objects and my codes are a bit clearer. Below, I used different variables for this assignment, objects, arrays, and strings. It's an easy way to pick and choose the pieces of data I'd like to assign.
JavaScript is a challenge but once you start noticing patterns, you start getting the hang of it.

Image description

Top comments (0)