Posted: Fri Jun 01, 2007 8:00 pm
Where's that "foot-in-mouth" smiley? :-p
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Grumble time! Microsoft also succeeded in standardizing the errors in JavaScript as opposed to standardizing the correct behaviour because they didn't want to break stuff and now we are forever stuck with such wonders as:It's only microsoft who decided to be different.
Code: Select all
alert(typeof null) // "object"Difting off topic, but I love this error:ole wrote:Grumble time! Microsoft also succeeded in standardizing the errors in JavaScript as opposed to standardizing the correct behaviour because they didn't want to break stuff and now we are forever stuck with such wonders as:It's only microsoft who decided to be different.Code: Select all
alert(typeof null) // "object"
yes, but, honestly, it isnt a major nessicity to use them, with a few exceptions.Everah wrote:Doesn't it make sense to use them when developing apps for unknown systems? Maybe I am just weird?