Skip to content

Bruce Cabanayan - Javascript II - #296

Open
bcabanayan wants to merge 4 commits into
bloominstituteoftechnology:masterfrom
bcabanayan:master
Open

Bruce Cabanayan - Javascript II#296
bcabanayan wants to merge 4 commits into
bloominstituteoftechnology:masterfrom
bcabanayan:master

Conversation

@bcabanayan

Copy link
Copy Markdown

Submission for Javascript II project!

@kiachoi kiachoi left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

✔️ What Went Well:

  • Callbacks
  • Array Methods
  • Closures
  • Arrow Function Syntax
  • Nicely written code and frequent commit messages

🎗 Recommendation(s):

  • Aside from the calling closure functions - none!

Other:

  • 3/3

Comment thread assignments/closure.js

let divByFive = divisibleBy(5);

divByFive(100); //returns true

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

You can also call it as divisibleBy(5)(100) instead of calling them separately.

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