Skip to content

Instantly share code, notes, and snippets.

@Mayankgupta688
Created August 16, 2019 07:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mayankgupta688/c08b4c7f35e818f922f09ff6e1032350 to your computer and use it in GitHub Desktop.
Save Mayankgupta688/c08b4c7f35e818f922f09ff6e1032350 to your computer and use it in GitHub Desktop.
var userInfo = {
name: "Mayank",
age: 30,
salary: 10000,
designation: "Developer"
}
var newObject = Object.create(userInfo);
newObject.name = "New Name";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment