Operators
This web page has notes on JavaScript Operators.
Topic
Notes
typeof
typeof - returns a string describing the type of variable (number, string, boolean, object, undefined).
Examples
if ( typeof parent.bottomFrame != "undefined" ) - This is an example of seeing if a frame exits.