Advertisement
Guest User

Untitled

a guest
May 26th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. const F = () => null
  2.  
  3. F.x = () => (this === window) // true
  4. F.x = function() { return this === F } // true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement