Web technologies Questions | JavaScript Course Quiz 2 | Question 3

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