Have you ever imagine the many possible combinations, a string of letters ( a word ) can yield? The number of possibilities is a factorial progression. For example, a 3 letter word "cat" gives 1*2*3=6 combinations. A 8 letter word like transfer yields 1*2*3*4*5*6*7*8=40,320 combinations. You get the picture?
A small limitation - can't use words longer than 8 characters - sorry!
This Method Involves a Lookup to select valid words!
Here's a Method Using JavaScript!This file was last modified on Friday, 11-Jun-2021 16:03:10 UTC by : Tom Sleckman