Javascript toLowerCase() - Convert Strings to Lowercase
a String is a type of data in Javascript, and as with any other type of data, Strings have prototypes and therefore inherit standard methods. One of these methods is toLowerCase(), which you'll often see written as String.prototype.toLowercase(). Thi...
fjolt.hashnode.dev1 min read