Can array in javascript be extended?



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

Post New Answer

More JavaScript Interview Questions

What is scope javascript?

1 Answers  


What are undefined and undeclared variables?

1 Answers  


How do you change the style/class on any element?

1 Answers  


How to get height and width of different browser in Javascript?

1 Answers  


What is the naming conventions for the variables in javascript?

1 Answers  


Is javascript used for backend?

1 Answers  


How long does it take to learn javascript?

1 Answers  


How can we establish connection with java and sql server?

1 Answers   TCS,


How do you know if a set of points is a function?

0 Answers  


What is the use of window object?

1 Answers  


What is difference between array.splice() and array.slice() method in javascript?

1 Answers  


How do you write an if statement in javascript?

1 Answers  


Categories