Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 357 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 357 Bytes

Orderings - CLEAN

Exposes a global function orderings

orderings(ary: Array<String>) : Array<String>

It takes an Array of Strings and returns all permutations of the strings concatenated.

orderings(['foo', 'bar']); // => ['foobar', 'barfoo']

Players

  • Cole - 140 chrs
  • Joshua - N/A

Victor

Cole

Current Size: 140 chrs