Skip to content

Instantly share code, notes, and snippets.

@lumosmind
Last active May 11, 2019 20:02
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 lumosmind/ee0e3745aeeca386df36c2c404e14e0e to your computer and use it in GitHub Desktop.
Save lumosmind/ee0e3745aeeca386df36c2c404e14e0e to your computer and use it in GitHub Desktop.
const o = {
x: 42,
y: 3.14,
f: function() {},
g: function() {}
};
console.log(o1); // {w: "lorem ipsum", x: 42, y: 3.14, g: ƒ, h: ƒ}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment