Search
Use array destructuring to copy the array elements "Sam" and "Smith" into the variables firstName and lastName respectively.
"Sam"
"Smith"
firstName
lastName
For example: