isArguments()Determines if the given value is of type Arguments as specified by typeOf().
Arguments according to typeOf().true if value is of type Arguments according to typeOf().  Otherwise false.This function directly requires the following functions which are included automatically:
isArray()Array as specified by typeOf().
            isBoolean()Boolean as specified by typeOf().
            isDate()Date as specified by typeOf().
            isFunction()Function as specified by typeOf().
            isNull()null as specified by typeOf().
            isNumber()Number as specified by typeOf().
            isObject()Object as specified by typeOf().
            isRegExp()RegExp as specified by typeOf().
            isString()String as specified by typeOf().
            isUndefined()undefined as specified by typeOf().
            isUnknown()Unknown as specified by typeOf().
            typeOf()This function is directly required by the following functions:
isArray()Array as specified by typeOf().
            isBoolean()Boolean as specified by typeOf().
            isDate()Date as specified by typeOf().
            isFunction()Function as specified by typeOf().
            isNull()null as specified by typeOf().
            isNumber()Number as specified by typeOf().
            isObject()Object as specified by typeOf().
            isRegExp()RegExp as specified by typeOf().
            isString()String as specified by typeOf().
            isUndefined()undefined as specified by typeOf().
            isUnknown()Unknown as specified by typeOf().