Search
The object fruit in the code below, contains the properties name, color and weight.
fruit
name
color
weight
Use object destructuring to copy the values of all the properties and assign them to separate variables.