Skip to content

Instantly share code, notes, and snippets.

@Mayankgupta688
Last active August 16, 2019 06:25
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/5b8bc1e669e9b148030192bc87eb324b to your computer and use it in GitHub Desktop.
Save Mayankgupta688/5b8bc1e669e9b148030192bc87eb324b to your computer and use it in GitHub Desktop.
var userInfo = {
name: "Mayank",
age: 30,
salary: 10000,
designation: "Developer"
}
var newObject = Object.create(userInfo);
console.log(newObject)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment