2014-10-11 22:42:31 +11:00

2 lines
85 B
JavaScript

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