matthew-gordon / object-creation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Creating Objects in Javascript

###Follow the instructions in main.js to satisfy the following objectives:

  • Copy objects with Object.assign
  • Create objects with explicit prototypes with Object.create

Use the MDN documentation on Object.assign() and Object.create() as necessary.

About


Languages

Language:JavaScript 100.0%