Skip to content

Instantly share code, notes, and snippets.

@daanfl
Created September 6, 2019 06:40
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 daanfl/224d3a6a2b5247eb5144b1fd4a6ef6d6 to your computer and use it in GitHub Desktop.
Save daanfl/224d3a6a2b5247eb5144b1fd4a6ef6d6 to your computer and use it in GitHub Desktop.
const user = { 'name': 'Benjamin'};
user = { 'name': 'Bob'};
console.log(user);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment