Computer Science, asked by saikrishh, 2 months ago

consce.log(1 + "2" + "2");
cons .log(1 + +"2" + "2");
console.log(1 + -"1" + "2");
console.log(+"1" + "1" + "2");
console.log("A" - "B" + "2");
console.log( "A" - "B" + 2);
- Fill in your answer with comma separated values. (example: 100, 120. NaN)​

Answers

Answered by yogsin77
1

Answer:

(1 +2 + 2 ,,) 1+ 2 1+2 = 6 +1 = 7²

Similar questions