1.
What does true && false evaluate to?
2.
What is the result of true
3.
What does !true evaluate to?
4.
What will be the output of !false in JavaScript?
5.
How does JavaScript evaluate false && true?
6.
What is the result of true && true in JavaScript?
7.
What does true
8.
How does JavaScript evaluate false
9.
What will be the output of true && (false
10.
What is the result of !(true && false) in JavaScript?