You are here: irt.org | About | Feedback | 2681 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1753
Sent by
Alex Vincent on May 01, 2001 at 13:47:41:
Worth:
Not worth reading
Comments:
This is incorrect. Use the typeof operator instead.
if (typeof(object) != "undefined) {
// object exists
}