Challenge: Destructuring

This challenge will test your skills in implementing object destructuring in JavaScript.

Problem statement #

Study the code on line 2 in the testing widget carefully.

const exampleObject = {collection: [{name: "Kelly",}, {name:
...