Skip to content

Leila Berrouayel - Javascript II#463

Open
leila100 wants to merge 5 commits into
bloominstituteoftechnology:masterfrom
leila100:master
Open

Leila Berrouayel - Javascript II#463
leila100 wants to merge 5 commits into
bloominstituteoftechnology:masterfrom
leila100:master

Conversation

@leila100

Copy link
Copy Markdown

@keirankozlowski

Copy link
Copy Markdown

Objective

At the end of this module, you should be able to:

  • describe what closure is, how closure is created in a program and why it is important to have different types of scope
  • demonstrate the proper use a of a callback function by passing a function to another function as a parameter
  • demonstrate ability to use .map .reduce .filter and describe their use cases

MVP

Objectives

  • Array Methods MVP
  • Callbacks MVP
  • Closure MVP

Stretch

Goals

  • Callbacks stretch
  • Closure stretch
  • ES6 arrow syntax stretch

Great

  • Array methods section works properly. Great job!
  • Great job with anon functions in your Callbacks section.
  • Nice job abstracting out the math for your sumNums and multiplyNums functions.
  • Cool logic in your contains function.
  • Nice implementation of a closure!
  • Great job with stretch!

Requests for Improvement

  • Make sure you're returning something from every function.
  • You could return Array Methods Challenge 2 all from a single line.
  • For your counter variables, you could increment and return on one line.

Commits

  • Nice job!

Rating: 3

@leila100

leila100 commented Oct 25, 2018 via email

Copy link
Copy Markdown
Author

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