Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kbk0125
Last active August 6, 2018 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbk0125/71b3bba7df85b2d1ddb6d6ca6008b977 to your computer and use it in GitHub Desktop.
Save kbk0125/71b3bba7df85b2d1ddb6d6ca6008b977 to your computer and use it in GitHub Desktop.
let box1= ["juice", "sandwich", "chips", "yogurt"];
let box2 = ["milk", "sandwich", "carrots", "chips"];
let total = box1.concat(box2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment