Is array an object javascript?



Is array an object javascript?..

Answer / Deepak Goswami

No, in JavaScript, an Array is a built-in object and not a primitive value like String or Number. However, it can be treated as if it were an object due to its methods.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

what is the extension of java script.

1 Answers  


If 2 methods have same name and same number of parameters, which one will be executed first?

1 Answers  


What are .js files?

1 Answers  


What boolean operators does JavaScript support?

5 Answers   Aptech, HCL, Satyam,


how to read and write a file using JavaScript?

1 Answers  


What is unobtrusive javascript? How to add behavior to an element using javascript?

1 Answers  


How do you implement Ajax using hide() function in JQuery?

1 Answers   QuinStreet,


What is are the types of the pop up box es available in javascript?

1 Answers  


What does the term sticky session mean in a web-farm scenario?

1 Answers  


What is javascript in simple terms?

1 Answers  


What is the scope of a function?

1 Answers  


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

1 Answers  


Categories