I have written one array as below
const OBJECT = {
'3': 'History And Social Sciences',
'5': 'Humanities',
'8': 'Global Studies And Social Impact',
'10': 'Sanskrit'
};
var rou=[3,5,8,10];
I want to fetch the field values when keys are matching with values. Does anyone have any idea on it?