Substr vs Substring in JavaScript
JavaScript has some slick ways of dealing with strings (words, sentences, etc.) There are a couple of methods in JavaScript called substr() and substring() that do similar but very different things. Both are able to extract certain parts of a word or sentence to be …