Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html><html lang="en"><body>
<script src="https://getfirebug.com/firebug-lite-debug.js"></script>
<script>
  
var foo = 'bar';
windowRef1 = window;
windowRef2 = this;
console.log(windowRef1, windowRef2); //logs
  
  cd
  reference to window object
console.log(windowRef1.foo, windowRef2.foo); // logs 'bar', 'bar'
</script></body></html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers