A

Admin • 833K Points
Coach

Q. What type is returned by Array.isArray([])?

  • (A) boolean
  • (B) string
  • (C) object
  • (D) undefined
  • Correct Answer - Option(A)
  • Views: 31
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

Array.isArray returns a boolean indicating if input is an array.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.