Web technologies Questions | JavaScript Course Quiz 2 | Question 4

Last Updated :
Discuss
Comments
What will be the output of the following code? Javascript
 <script>    document.write((0 && 1) || (1 || 0));  </script> 
0
false
true
1
Share your thoughts in the comments