logo

New Response

« Return to the main article

You are replying to:

  1. An even better solution that truly returns whether or not an object is undefing rather than simply nul is:[<pre class="javascript">] function isUndefined( obj ) { var undef; return obj == undef; }[</pre>] So: if ( isUndefined( factory.object ) ) { etc etc

    Jake -codestore

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: