Leila Berrouayel - Javascript II#463
Open
leila100 wants to merge 5 commits into
Open
Conversation
ObjectiveAt the end of this module, you should be able to:
MVPObjectives
StretchGoals
Great
Requests for Improvement
Commits
Rating: 3 |
Author
|
Thank you for the feedback 😀
…On Wed, Oct 24, 2018 at 11:52 PM Keiran ***@***.***> wrote:
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#463 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AgjroRoAXQe0LmL2Ls2WcByvvy-LxbLFks5uoUN6gaJpZM4XvoJG>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@keirankozlowski