Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switched exercise 19 over from Object.create() to Object.assign() #131

Closed
wants to merge 5 commits into from
Closed

Switched exercise 19 over from Object.create() to Object.assign() #131

wants to merge 5 commits into from

Conversation

gabrielkunkel
Copy link
Contributor

Object.assign()

  • is more testable
  • more performant
  • functional (immutable data)
  • simpler to explain

(The education from improving on this was on par with the tutorial itself... Fantastic!)

closes #115

@morenoh149
Copy link
Collaborator

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.

Why use Object.create in exercise 19?
2 participants