Skip to content

Instantly share code, notes, and snippets.

@danneamtu
Created November 28, 2019 05:30
Show Gist options
  • Save danneamtu/1e7c9d1810202b0fc9c32bd571e4fd8f to your computer and use it in GitHub Desktop.
Save danneamtu/1e7c9d1810202b0fc9c32bd571e4fd8f to your computer and use it in GitHub Desktop.
const user = new Object();
user.name = 'Alex';
user.info = function() {
return 'Some info';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment