0 votes
in JavaScript by

Find output of below Javascript addition code

document.write("1 plus 1 is " + 1 + 1);

a) 2

b) 1 plus 1 is 2

c) 1 plus 1 is 11

d) 1 plus 1 is 1 + 1

1 Answer

0 votes
by
Answer:-  C

reason:-output of below Javascript addition code is 1 plus 1 is 11.

Related questions

0 votes
asked Oct 9, 2022 in JavaScript by Robin
0 votes
asked Oct 9, 2022 in JavaScript by Robin
...