Operatori di confronto JavaScript




Operator Description
== equal to
=== equal value and equal type
!= not equal
!== not equal value or not equal type
> greater than
< less than
>= greater than or equal to
<= less than or equal to
? ternary operator

Gli operatori di confronto sono descritti in dettaglio nel capitolo Confronti JS .










( operatoridiconfrontojavascript.html )- by Paolo Puglisi - Modifica del 17/12/2023