Tabular IQ

Overview

A class that represents a function

Base Class

Object

Constructor

Function()

Methods

Function.toString
Returns a string that represents the function source

Inherited Methods

Object.assign
Copies properties from source objects to a target.
Object.entries
Returns an object's own enumerable [name, value] pairs.
Object.hasOwnProperty
Checks for the existence of an object property
Object.keys
Returns an object's own enumerable property names.
Object.toLocaleString
Returns a string that represents the object.
Object.valueOf
Returns the 'primitive' value of the object.
Object.values
Returns an object's own enumerable property values.

Function.toString

function Function.toString() : String

Returns

Returns a string containing the source code for a function

Description

Returns a string that represents the function source