Skip to content

done#135

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

done#135
marazmlab wants to merge 1 commit intodevmentor-pl:masterfrom
marazmlab:master

Conversation

@marazmlab
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.

Marku,

Wszystko super! Gratuluję! 👍 🥇

Comment thread 01/app.js
const users = ['Maria Kaczyńska', 'Jarosław Boberek', 'Danuta kołaczkowska', 'Mariusz Pudzianowski', 'Bolesław Leśmian'];

console.log(users[0], '+', users[2], '+', users[4]);
console.log(users.length); No newline at end of file
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
});


console.log(randomArray[lastIndex]);
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 03/app.js
}
}

console.log(oddNumbers); No newline at end of file
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
const currentYear = 2021;
const yearsAgo = years.map( year => currentYear - year );

console.log(yearsAgo);
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
return accumulator + currentValue;
}, 0);

console.log(sumEvenNumbers);
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.

3 participants