Being fairly new to JavaScript, I'm unable to discern when to use each of these.
Can anyone help clarify this for me?
If you require a regular expression, use search(). Otherwise, indexOf() is going to be faster.
search()
indexOf()
1.4m articles
1.4m replys
5 comments
57.0k users