Code to check if element exist in dictionary of array ionic 3

suppose the code is
var dic = {
‘A’:[‘1’, ‘2’,‘3’ ]
}
how to get the value “1” only which is in index[0].

Your topic headline and body have nothing to do with one another. Please rephrase.