1.

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

Answer»


Discussion

No Comment Found

Related InterviewSolutions