Skip to content

Instantly share code, notes, and snippets.

@clarknelson
Created January 23, 2018 20:11
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 clarknelson/5b6303cd3e9d7de89331afb44eaca726 to your computer and use it in GitHub Desktop.
Save clarknelson/5b6303cd3e9d7de89331afb44eaca726 to your computer and use it in GitHub Desktop.
var one = ['a', 'b', 'c'];
var two = ['x', 'y'];
var three = [];
var answer = ['ax', 'ay', 'bx', 'by', 'cx', 'cy'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment