Home / Report Question

Q. What is the output of `print(type(of: [1, 2, 3]))`?
  • A. Array
  • B. Int[]
  • C. Array<Int>
  • D. List<Int>