window ReCover: Please save the following as an HTML file and try it yourself. The first your edit I reverted was simply bad coding style. The current version (window.global = something) is better, but it doesn't illustrate the point I wanted to illustrate. --Nickolay 15:32, 29 June 2006 (PDT)
<script>
var global = {data: 0};
alert(global === window.global); // displays "true"
</script>
var global ... version. (So what Nickolay says above as "current" really is not by the time you read this.) --Callek 22:02, 29 June 2006 (PDT)
Page last modified 05:02, 30 Jun 2006 by Callek