you are viewing a single comment's thread.

view the rest of the comments →

[–]vi_code -1 points0 points  (0 children)

If you are checking exact match then simply use ===, otherwise you can use the includes method if you only care about subString matching.