Skip to content

practice done#140

Open
Neil-Gorski wants to merge 1 commit intodevmentor-pl:masterfrom
Neil-Gorski:master
Open

practice done#140
Neil-Gorski wants to merge 1 commit intodevmentor-pl:masterfrom
Neil-Gorski:master

Conversation

@Neil-Gorski
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
Owner

@devmentor-pl devmentor-pl left a comment

Choose a reason for hiding this comment

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

Neil,

Tym razem wyśmienicie! 👍 🥇

Comment thread 01/app.js
5th name: ${users[4]}
Users array: ${users}
Array length: ${users.length}
`);
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

Comment thread 02/app.js
const randomArray = createRandomArray();
console.log(randomArray);

for (let i = 0; i < randomArray.length; i++) {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Super, że jest poprawa ;P

Comment thread 03/app.js
}
}
console.log(`n=${n} => ${oddNumbers}`);
}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

Comment thread 04/app.js
return new Date().getFullYear() - year;
});

console.log(yearsPasst);
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

Comment thread 05/app.js
.filter((num) => num % 2 == 0)
.reduce((acc, num) => (acc += num));

console.log(sumOfEvenNumbers);
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

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