Skip to content

Conversation

KamrulSh
Copy link

@KamrulSh KamrulSh commented Oct 11, 2020

On Day 1 in the string section, it has introduced double quotes but in the example, it has not added. I have added double quotes in the example.
On Day 2, add the variation of the natural and common Logarithmic function and value of the trigonometric function.
On Day 6, fix the for of loop statement.
On Day 7, removed unused parentheses.
On Day 8, fixed some typos.
On Day 9, fixed some typos and variable names.
On Day 10, fixed some typos and the previous day and next day link.
On Day 11, fixed the position of the comment.
On Day 12, fixed some typos, code indentation, and the previous day and next day link.

@KamrulSh KamrulSh changed the title double quotes added in the string double quotes added in the string and add logarithmic variation with math function Oct 11, 2020
@KamrulSh KamrulSh changed the title double quotes added in the string and add logarithmic variation with math function fix some errors in Day 1, 2, 5 Oct 12, 2020
@KamrulSh KamrulSh changed the title fix some errors in Day 1, 2, 5 fix some errors in Day 1, 2, 5, 6 Oct 14, 2020

const scoresGreaterEight = scores.filter((score) => score.score > 80)
const scoresGreaterEighty = scores.filter((score) => score.score > 80)
console.log(scoresGreaterEight)

Choose a reason for hiding this comment

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

If const's name is scoresGreaterEighty, then the line 360 must be console.log(scoresGreaterEighty);

Copy link
Author

@KamrulSh KamrulSh Oct 20, 2020

Choose a reason for hiding this comment

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

Yeah, it had changed before. You can check here: 7b2b7f2

@KamrulSh KamrulSh mentioned this pull request Oct 20, 2020
@KamrulSh KamrulSh changed the title fix some errors in Day 1, 2, 5, 6 fix some errors in Day 1, 2, 5, 6-12 Oct 28, 2020
Copy link
Author

@KamrulSh KamrulSh left a comment

Choose a reason for hiding this comment

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

This is mistakenly committed. Please ignore this commit. db042ca

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