Skip to content

Instantly share code, notes, and snippets.

@clarknelson
Created January 23, 2018 20:11
Embed
What would you like to do?
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