Semantic portal
Main
Courses
Domains
Terminology
About
Operators in JS
Logical operators
Logical
operators
There are three
operators
in
JavaScript
:
|| (OR)
,
&& (AND)
,
! (NOT)
.
Related concepts
Operators in JS
&& (AND)
! (NOT)
JavaScript
→
Logical operators
→
|| (OR)
Logical operators — Structure map
Clickable & Draggable!
Logical operators — Related pages:
JavaScript specials
Data types
Comparisons
Coding Style
Automated testing with mocha
Type Conversions