Skip to content

Instantly share code, notes, and snippets.

@ilyasozkurt
Created February 22, 2023 11:49
Show Gist options
  • Save ilyasozkurt/80bcec007a055ac9a5ec080fce910051 to your computer and use it in GitHub Desktop.
Save ilyasozkurt/80bcec007a055ac9a5ec080fce910051 to your computer and use it in GitHub Desktop.
let person = {name: 'John'};
let newPerson = Object.assign({}, person, {age: 30});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment