Advertisement
Guest User

adaliabooks Puzzle Competition Entry 2

a guest
Oct 28th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (!("someVariable" in Window))
  2. {
  3.     console.log("Window.someVariable = true;");
  4.     console.log('if ("anotherVariable" in Window && "someVariable" in Window) {console.log("71E17-65E47-AD4D2-984F8");}');
  5. }
  6. Window.anotherVariable = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement