Skip to content

Instantly share code, notes, and snippets.

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