Skip to content

Tasks Done#149

Open
TetraMeister wants to merge 1 commit into
devmentor-pl:masterfrom
TetraMeister:master
Open

Tasks Done#149
TetraMeister wants to merge 1 commit into
devmentor-pl:masterfrom
TetraMeister:master

Conversation

@TetraMeister
Copy link
Copy Markdown

Tym razem pamiętałem o deklaracjach :)

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.

Łukaszu,

Tym razem bez uwag! 👍 🥇

Comment thread 01/app.js


console.log(`Zmienna 'users' zawiera: ${users.length} pozycji`);

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(`Pozycja nr ${i + 1}: ${e} === forEach() ===`);
});

console.log(`Ostatnia pozycja w 'randomArray to: '${randomArray[randomArray.length - 1]}`);
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

oddNumbers.forEach((e, i) => {
console.log(`Index: ${i}; Wartość: ${e}`);
}); 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
newYears.forEach((e, i) => {
console.log(`Między datą nr. ${i + 1} a punktem odniesienia jest ${e} lat różnicy`)
});
} 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.

👍

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