ObjectFunctionsin_.functionsIn(object) Creates an array of function property names from own and inherited enumerable properties of object. Arguments object (Object): The object to inspect. Returns (Array): Returns the function names. Example Deep FunctionsGet