Built-In Namespace Object
Method Attributes | Method Name and Description |
---|---|
<static> | |
<static> | |
<static> | |
<static> | |
<static> | |
<static> |
Method Detail
<static>
Object.isArray(
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
The object that will be tested to see if it is an array.
Static function that tells you whether an object is an array or not.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Returns:
- Boolean True if an object is an array, otherwise false.
<static>
Object.isBoolean(
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
The object that will be tested to see if it is a boolean.
Static function that tells you whether an object is a boolean or not.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Returns:
- Boolean True if an object is a boolean, otherwise false.
<static>
Object.isDate(
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
The object that will be tested to see if it is a date.
Static function that tells you whether an object is a date or not.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Returns:
- Boolean True if an object is an date, otherwise false.
<static>
Object.isDefined(
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
The object that will be tested to see if it is defined.
Static function that tells you whether an object is defined or not.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Returns:
- Boolean True if an object is defined, otherwise false.
<static>
Object.isNumeric(
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
The object that will be tested to see if it is numeric.
Static function that tells you whether an object is numeric or not.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Returns:
- Boolean True if an object is numeric, otherwise false.
<static>
Object.isString(
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
The object that will be tested to see if it is a string.
Static function that tells you whether an object is a string or not.
Defined in: software.bytepushers.base.app.js.
Author: Tonté Pouncil.
- Returns:
- Boolean True if an object is an string, otherwise false.
Documentation generated by JsDoc Toolkit 2.0.0 on Wed Mar 30 2016 12:32:12 GMT-0500 (CDT)