Search Results

2
votes

What’s the difference between “Array()” and “[]” while declaring a JavaScript array?

For more information, the following page describes why you never need to use new Array(): http://yui …