Call
A call is the invocation of a function or method.
Related concepts: FunctionMethodReturn
Closest Wikipedia entry: Subroutine
Misconceptions about Call47 documented Misconceptions
Check YourselfCallbackParametersInCaller
Parameters of a callback function may be written as parameters of the caller function
FunctionAsValueWithParentheses
To use a function as a value, one needs to have parentheses after its name
FunctionsCannotBeImmediatelyInvoked
Functions cannot be called in the expression in which they are defined
NoFunctionCallsChaining
It is not allowed to chain function calls
NumberOfParametersMatchArguments
Functions must be called with the same number of arguments as defined in their signature