2014-11-23 16:15:39 +11:00

2 lines
83 B
JavaScript

var arr = [for (x of "abcdefgh".split("")) for (y of "12345678".split("")) x + y];