> window.alert function (alertText) { ... } > !!window.alert true > window.alert = null > !!window.alert false > delete window.alert > !!window.alert true // wut?
I'm Brett Slatkin and this is where I write about programming and related topics. You can contact me here or view my projects.
26 July 2012
@
00:07
Window, you so crazy
About
I'm the author of the book
Effective Python. I'm a software engineer at Google (currently in the Office of the CTO) where I've worked for the past 17 years. Follow @haxor on Twitter
if you'd like to read posts from me in the future. You can also
email me here.
© 2009-2023 Brett Slatkin