A

Admin • 833K Points
Coach

Q. Which method adds an element at the end of an array?

  • (A) push()
  • (B) add()
  • (C) insert()
  • (D) append()
  • Correct Answer - Option(A)
  • Views: 25
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

The push() method adds an element at the end of an array.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.