Skip to content

Instantly share code, notes, and snippets.

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