The concat()
function concatenates (aka combines) its arguments. It accepts one or more list arguments, and outputs a single combined list.
Code language: JavaScript (javascript)
concat()
can accept any number of arguments. If you give it no arguments, it’ll return an empty list.
Example Formulas
Code language: JavaScript (javascript)
See the Latest Activity formula in Ultimate Brain for a more robust example of concat()
in action.