Given the object and array of numbers below, how can I identify which number in the array is not represented as an ID in the object? In this case, the missing number is 1453.
[
{id: 60, itemName: 'Main Location - 1100 Superior Road - Cleveland'},
{id: 1456, itemName: 'Third Location - 107 West 20th Street, Manhattan - New York'}
]
[60, 1453, 1456]