Exercise 2: Destructuring
Test your understanding of destructing in this lesson.
We'll cover the following...
Problem statement
Let’s work through a small challenge to practice function implementation using object destructing. In this exercise, we will use destructuring on parameters to ...