Skip to content

complete(ish)#5

Open
dustinmcbride wants to merge 3 commits into
sea-401d5-javascript:masterfrom
dustinmcbride:master
Open

complete(ish)#5
dustinmcbride wants to merge 3 commits into
sea-401d5-javascript:masterfrom
dustinmcbride:master

Conversation

@dustinmcbride
Copy link
Copy Markdown

No description provided.


loadfiles = function (f) {
count = 0;
f.map(function (f) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Map takes a second argument which is the index, so you could have used that instead of creating your own counter.

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