The result of the operation false || "false"
will be:
0
"false"
false
true
Answers Explanation & Hints:
The result of the operation The logical OR operator ( Therefore, the correct answer is |
false || "false"
will be:0
"false"
false
true
Answers Explanation & Hints:
The result of the operation The logical OR operator ( Therefore, the correct answer is |