Tag Archives: savari

JavaScript Strings: instanceof vs. typeof

I’ve discovered some really interesting (read as “horrible”) behavior in Safari 5 and Internet Explorer 9. I was using this with great success in Chrome and Firefox. if (typeof this === ‘string’) {     doStuffWith(this); } Then I test … Continue reading

Posted in javascript | Tagged , , , , , , , , , , , , | Leave a comment