A

Admin • 833K Points
Coach

Q. Which method adds elements to the end of an array?

  • (A) push()
  • (B) pop()
  • (C) shift()
  • (D) unshift()
  • Correct Answer - Option(A)
  • Views: 23
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

push() appends elements to the end of an array.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.