Verifique se o objeto não está definido JS
if (typeof car.color === 'undefined') {
// color is undefined
}
Lokesh003
if (typeof car.color === 'undefined') {
// color is undefined
}