I have one array like:
arr = ['AD','CI','AI']
and I have one object like
{
"AD": "Mailing Address",
"CI": "Additional Interest",
"HO": "Homeowners",
"AI": "Additional Interest"
}
Here the object contains the key value pair and form the array key how to compare that key into the object and get the value of that key. How to get the value of array key from the object ?