Question: What is the value of names after this code is executed?

  1. ["BEAR", "JOE", "CLARK"]
  2. ["B", "J", "C"]
  3. ["Bear", "Joe", "Clark"]
  4. This code contains an error.

Answer: The correct answer of the above question is Option C:["Bear", "Joe", "Clark"]