0

Let's say I have an array of arrays:

[
    Array["a", "b"],
    Array["c", "d"],
    Array["e","f"]
]

How can I find all possible variants with JavaScript to have an Array like this:

["ace","acf","ade","adf","bce","bcf","bde","bdf"]
Artifex404
  • 106
  • 7

0 Answers0