Utilizes Levenshtein Distance algorythm to suggest a most similar word to the provided term.
The service uses a words dictionary provided as a parameter on service instantiation new WordSuggestionService(['javascript', 'java', 'ruby', 'php', 'python', 'coffeescript'])
.
The service's instance method suggest('heaven')
returns a suggestion.
A script by V.