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
What are the data types in js?
What are global variables? How are these variable declared and what are the problems associated with using them?
Why do you need javascript?
What are the boolean operators supported by javascript? And operator: &&
How fast can you learn coding?
What is the use of anonymous function in javascript?
What is NaN?
What is primitive data types in javascript?
What is a closure javascript?
Is javascript object a hash table?
What kind of conditional statements does JavaScript support?
What's the purpose of javascript?
Describe negative infinity in javascript?
When would you use var in your declaration and when you wouldn’t?
Should you disable javascript?