Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Object.defineProperty(typeof global === "object" ? global : window,
  2. "foo",
  3. {
  4. value: 10000,
  5. enumerable: true,
  6. configurable: true,
  7. writable: false
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement