Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. "use strict";
  2. function that () {
  3. console.log("Normal call");
  4. console.log(this === window);
  5. }
  6. that();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement