1.

What will be the output of the following code?<script>let ans = 0 / 0;document.write(ans);</script>(A) 0(B) infinity(C) NaN(D) None of the above

Answer»


Discussion

No Comment Found

Related InterviewSolutions