Can array in javascript be extended?
Answer / Raghaw Kumar Jha
Yes, JavaScript arrays are mutable and can be extended dynamically. You can add or remove elements from an existing array.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is scope javascript?
What are undefined and undeclared variables?
How do you change the style/class on any element?
How to get height and width of different browser in Javascript?
What is the naming conventions for the variables in javascript?
Is javascript used for backend?
How long does it take to learn javascript?
How can we establish connection with java and sql server?
How do you know if a set of points is a function?
What is the use of window object?
What is difference between array.splice() and array.slice() method in javascript?
How do you write an if statement in javascript?