Skip to content

Instantly share code, notes, and snippets.

@Ibro
Last active January 6, 2018 09:30
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 Ibro/b3128f4d7e1cc1ee9dbd9bd9a2ea5f5a to your computer and use it in GitHub Desktop.
Save Ibro/b3128f4d7e1cc1ee9dbd9bd9a2ea5f5a to your computer and use it in GitHub Desktop.
let a = 5;
let b = 3;
const obj = { a: a, b: b };
const shorthand = { a , b };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment