Skip to content

Conversation

@jaivonmassena
Copy link

No description provided.

@justinborek
Copy link

What Went Well:

Nice work, and welcome to JS! You were able to complete most of the tasks, and your code looked pretty good for most of the assignment. Your solutions were concise, and your choice of variable names is readable. Good job!

Areas For Improvement:

For mapObject, a possible solution could have been ```Object.keys(obj).forEach(key => (obj[key] = cb(obj[key])));

return obj;``` , where you're using the keys of the object as the index to pass the values to the callback function. Also, in your arrays.js `filter` method, make sure your `newel` var is camelCased to `newEl`. Lastly, keep shooting for those stretch goals!

Questions:

None! Good work!

Rating (1-3):

2

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