Skip to content

Instantly share code, notes, and snippets.

@Ibro
Last active January 6, 2018 09:30
Embed
What would you like to do?
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