Skip to content

call

call(function: Function, callArguments...)

ParameterTypeDescription
functionFunctionA reference to the function that should be called.
(variadic) callArguments*Arguments for the function call.

Calls a function with the help of a function reference.

Returns

(*) The value returned by the function that was called.