Some questions on Boolean operators
What is the value of the following Boolean expressions?
1 && 0
1 !! 0
! 3
! 0
1 && 3
Answers to these questions
.
Back to notes on Boolean operators
.