Skip to content

Latest commit

 

History

History

orderings

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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