Skip to main content
Join Lists adds the contents of each input list to the result in order. It removes only the outer list boundary; nested lists inside an input remain nested.

Input

Output

Joining [1, 2], [], and [3] returns [1, 2, 3].