Source Code: (back to article)
<!DOCTYPE html>
<html>
<body>
<script>
function func() {
return this;
}
alert(window.func()); //[object Window]
</script>
</body>
</html>