Skip to content

Lajawanti-Dhake#379

Open
innovationcode wants to merge 5 commits intobloominstituteoftechnology:masterfrom
innovationcode:master
Open

Lajawanti-Dhake#379
innovationcode wants to merge 5 commits intobloominstituteoftechnology:masterfrom
innovationcode:master

Conversation

@innovationcode
Copy link
Copy Markdown

@mmargo10 "Javascript-II assignment"

Copy link
Copy Markdown

@Velsu Velsu left a comment

Choose a reason for hiding this comment

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

Amazing job on the assignments Lajawanti. You have successfully completed all the Javascript exercises for MVP. Not only that but You have gone above and beyond by tackling on the ES6 syntax stretch problem along with other stretch problems for arrays and callbacks.

Your code is clean and concise. Your git workflow is fluid. Nice work 👍

// removeDuplicates removes all duplicate values from the given array.
// Pass the duplicate free array to the callback function.
// Do not mutate the original array.
const set1 = new Set(array);
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 idea of using Sets.

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