...

/

Exercise 2: Destructuring

Exercise 2: Destructuring

Test your understanding of destructing in this lesson.

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 ...