1Read a missing nested propertyeasy · 10 minUse optional chaining to read a city that is not there, and show its type.Acceptance criteria1.#out should show undefined.TaskHints 0/1Solution