
JavaScript algorithms - Levenshtein's distance for string conversion
First post on Algorithms using JavaScript.
What is Levenshtein's Distance?
Given a source string and a target string, the Levenshtein's distance...
JavaScript - Objects, Constructors and Property checking
Introduction
While working with basic JavaScript, one must have found a need to check for properties existing in objects. Developers have written and...