Searching strings in JavaScript
Everyone loves a good ol' regex, but sometimes it's a bit overkill when you simply want to check for the presence of a basic string inside another. Recently, I learned that JavaScript provides three helpful methods that may remove the need to go for ...



