Menu

[Solved]-Question 12 Output Following Javascript Code Let 0 Let 0 Q37276979

Can someone explain me this question with answer thanks:)

Question 12: What is the output of the following JavaScript code: let a- 0; for (let i = 0; i <= 5; ++i){ console.log(a) A. 2

Question 12: What is the output of the following JavaScript code: let a- 0; for (let i = 0; i <= 5; ++i){ console.log(a) A. 25 B. 16 C. 12 D. 10 E. 30 Show transcribed image text Question 12: What is the output of the following JavaScript code: let a- 0; for (let i = 0; i

Expert Answer


Answer to Question 12: What is the output of the following JavaScript code: let a- 0; for (let i = 0; i … . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *