Skip to content

Instantly share code, notes, and snippets.

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