value = myObject[field]; if (value === null) print(field + " not found");
Output