Sprawdź, czy obiekt nie jest zdefiniowany JS
if (typeof car.color === 'undefined') {
// color is undefined
}
Lokesh003
if (typeof car.color === 'undefined') {
// color is undefined
}