Searching within a string
When you are just starting out with JavaScript or coming from another language it isn’t always clear how to do seemingly easy tasks, for example finding a certain value in a string. This article covers some built-in JavaScript methods you...