Skip to content

Instantly share code, notes, and snippets.

@eMdOS
Created May 5, 2020 03:45
Show Gist options
  • Save eMdOS/e506897894b57b9f4886f2b8a5cef5ac to your computer and use it in GitHub Desktop.
Save eMdOS/e506897894b57b9f4886f2b8a5cef5ac to your computer and use it in GitHub Desktop.
[1, 2, 3] <> [4, 5, 6]
// prints out: [1, 2, 3, 4, 5, 6]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment