What will be the output of the following Javascript code?document.write('1 plus 1 is ' 1 1); - Study24x7
Social learning Network
25 followers study24x7 25 May 2020 02:41 PM study24x7 study24x7

What will be the output of the following Javascript code?
document.write("1 plus 1 is " + 1 + 1);

A

1 plus 1 is 1 + 1

B

1 plus 1 is 2

C

1 plus 1 is 11

D

2

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles