PP.isFunction

Syntax

isFunction(v);

Parameters

v. Initial value.

Description

The isFunction method checks if the specified value is a function.

Comments

This method returns True if the specified value is a function, otherwise it returns False.

Example

The example of use is given in the with description of the static method PP.each.

See also:

PP