search() and includes(), because what's life without a little RegExp
A short RegExp intro
A regular expression (or RegExp, or regex, and everything in between) is a group of characters used to find a pattern in text, starting from the left. It has many uses ranging from searches and validations, to substring extractio...
raissa.hashnode.dev3 min read