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