QuestionQ861

Security Fundamentals

Question Image

Refer to the exhibit. In which structure does the word "warning" directly appear?

  • A array
  • B object
  • C Boolean
  • D string
Explanation

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.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!