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