What is a way to append a value to an array?
Answer Posted / narasimhan
We can use push() method to add an element in an array in
its last node.
| Is This Answer Correct ? | 25 Yes | 3 No |
Post New Answer View All Answers
How to write hello world on the web page?
How can you set position of the page (top and left) to 0 using javascript in one line code?
What are different types of inheritence? Which inheritance is followed in javascript.
What is lazy instantiation in java?
Write a way by which you can do something on the close of the window ?
What is javascript and how it works?
How to create an input box?