Javascript conditions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Javascript conditions

i'm searching for a list of the conditions of javascript(ex. ==). sorry for bad english i'm searching for "contains" condition in javascript

13th Apr 2017, 11:44 AM
Stefano Trinca
Stefano Trinca - avatar
1 Answer
+ 23
== equal value === equal data type and value <= less or equal >= greater or equal < less > greater || or && and | bitwise or & bitwise and ! not ^ xor ~ (*these are called operators*)
13th Apr 2017, 11:49 AM
Valen.H. ~
Valen.H. ~ - avatar