JavaScript basics logical operators
In today's article, we'll be looking at JavaScript logical operators.
JavaScript comes with three logical operators being and, or and not.
Check out the below table of the basic use cases.
OperatorLogicExample
&&Anda = true && b = false
`\\`O...
h.daily-dev-tips.com2 min read