Function
Function is a list of expressions with at least one variable.
Standard function
A standard function is a function that is defined in the standard library of the language.
Examples for TypeScript:
- Arithmetic functions:
+,-, ... - Boolean functions:
==,===,<,>,&&,||, ...