Skip to content

Added fixes for new Array()#14

Open
mattpocock wants to merge 3 commits into
mainfrom
matt/added-fixes-for-new-array
Open

Added fixes for new Array()#14
mattpocock wants to merge 3 commits into
mainfrom
matt/added-fixes-for-new-array

Conversation

@mattpocock

Copy link
Copy Markdown
Owner

No description provided.

@ArthurKa

Copy link
Copy Markdown

Just never use new Array(n) again. Use Array.from({ length: n }). It's a way handy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants