Q:

What will be the output of the following code?




<script>
document.write((0 && 1) || (1 || 0));
</script>

(A) 0
(B) false
(C) true
(D) 1

WEB TECHNOLOGIES QUESTIONS

All Replies

Viewing 1 replies (of 1 total)

Viewing 1 replies (of 1 total)

  • You must be logged in to reply to this topic.