Skip to content

WEBEU4 - Andre Michalowski - Week 3 - Day 2 - #3

Open
andremichalowski wants to merge 12 commits into
masterfrom
andre-michalowski-n
Open

WEBEU4 - Andre Michalowski - Week 3 - Day 2#3
andremichalowski wants to merge 12 commits into
masterfrom
andre-michalowski-n

Conversation

@andremichalowski

Copy link
Copy Markdown
Owner

No description provided.

@ropeks ropeks left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Really no problems with this one... you showed you deeply understand all the covered topics - closure, callbacks and array methods! GJ 💪

Comment on lines +83 to +85
runners.forEach((id) => {
fullNames.push(id['first_name'] + " " + id['last_name']);
})

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nice!

Comment on lines +147 to 149
const runnersLargeSizeShirt = runners.filter(id => {
let runners.shirt_size === L;
});

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔥


// // Problem 1: Multiply the variables in an array by 2.

=

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

this is a mistake probably

Comment thread assignments/callbacks.js
Comment on lines +160 to +164
if (list[i] === item) {
return cb(true); //??? Better as "result = true";
} if else {
return cb(false);//??? Better as "result = false";
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

looks good to me

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