Function
Description
Represents a function.
Example
function sum (a, b) {
return a + b;
};
console.write(sum(1, 3));
Expected output
4
Members
Inherited members
==
addProperty
classPrototype
getId
getOwnPropertyNames
hasOwnProperty
readOperator
removeProperty
toArray
toBoolean
toJson
toNumber
toString
Properties
classPrototype