JavaScript: The difference between match() and matchAll()
String.prototype.match() is a method in JavaScript that returns an array of results matching a string against a regular expression... (more…)
Read more »Master ‘this’ by learning exactly how its rules work in JavaScript. Eliminate the cloud of uncertainty surrounding this keyword. Learn exactly how ‘this’ is determined, how to predict what it will be before you run your code, and how to leverage its uses. Read more