Javascript conditions | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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