Refer to the exhibit. In which structure does the word "warning" directly appear?
"warning"
The value "warning" is an element in the wheels list for myCar. That list is an array, so the structure that directly contains "warning" is the array. Although "warning" is itself a string value, it resides within the array rather than directly within an object or Boolean.
wheels
myCar
Community Discussion