Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ What is the use of Push method in JavaScript?

The push method is used to add or append one or more elements to the end of an Array. Using this method, we can append multiple elements by passing multiple arguments

 179 views

More Questions for you: