Skip to content

Instantly share code, notes, and snippets.

@ilyasozkurt
Created February 22, 2023 11:48
Show Gist options
  • Save ilyasozkurt/9771add3acedce48e57aad00dd298410 to your computer and use it in GitHub Desktop.
Save ilyasozkurt/9771add3acedce48e57aad00dd298410 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