2014-09-29 15:35:03 +10:00

2 lines
85 B
JavaScript

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