What number will be output by the console.log command on line 5?
A. 10
B. 11
C. 12
D. 13
E. 16

Answer:
E
Explanation:
If you follow the line of code and add 1, 2, and then 3, 10 + 1 + 2 + 3 = 16.
The output of the block of code will be 16 as the value of the variable is assigned a new value based on the number added to it on each line.
Therefore, the output of the command is 16.
Learn more :https://brainly.com/question/18505492