Javascript operator - sinsunsan/archiref_wiki GitHub Wiki
-
typeof
Allow to know the type of a variable (what does is contain)
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Operators/typeof -
indexOf
Return the index of a substring (the numeric position of the first character that constitute the string)
http://www.w3schools.com/jsref/jsref_indexof.asp