Question: Javascript 1.Two check that two conditions were both met what logical operator would you use? && ! || 2. A falsy value will be evaluated
Javascript
1.Two check that two conditions were both met what logical operator would you use?
&& ! <> ||
2. A "falsy" value will be evaluated as false. Which of the following is NOT a falsy value?
| NaN |
| an empty string |
| null |
| negative infinity 3. The difference between an equality check using == and === is...
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
