2014-10-25 09:09:55 +11:00

2 lines
85 B
JavaScript

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