Suppose you want to create a dropdown form that shows a person's name & phone number.
You can store the data in javascript object array & use Array.find to return the first matching element.
newC is a new object array created natively by Javascript which we can access the object properties.