Difference in Javascript array declaration

Asked

Viewed 40 times

4

What is the difference between these two forms?

var a = [];

var a = new Array();
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.