2015-01-21 23:04:31 +11:00

2 lines
83 B
JavaScript

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