Calling toString() returns "[object Undefined]", while this.toString() returns "[object Window]". Thi
toString()
"[object Undefined]"
this.toString()
"[object Window]"