Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. const o = {
  2. x: 42,
  3. y: 3.14,
  4. f: function() {},
  5. g: function() {}
  6. };
  7.  
  8. console.log(o1); // {w: "lorem ipsum", x: 42, y: 3.14, g: ƒ, h: ƒ}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement