Calling new Array
with 1 argument doesn't work properly
#209
Labels
Milestone
new Array
with 1 argument doesn't work properly
#209
The spec describes that
new Array(5)
should create an array with 5 empty elements/slots. Currently, it produces[5]
.The text was updated successfully, but these errors were encountered: