in js play match I dont understand this question? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

in js play match I dont understand this question?

here is question!!! Choose the numbers that are NOT present in this code's output. for(let i = 10; i <= 15; i++) document.write(45 - i + ","); there is multiple choice option have to choose. option are : 44, 34 24 23

30th Jan 2018, 1:57 PM
java fan
java fan - avatar
4 Answers
+ 9
45-10 is 35 and 45-15 is 30 so the numbers outputted are 30 to 35 so 44, 24, and 23 are not present in the output.
30th Jan 2018, 2:10 PM
John Wells
John Wells - avatar
+ 2
@akib not sure but 34 is not present. brother
30th Jan 2018, 2:05 PM
java fan
java fan - avatar
+ 2
@john sir, you always rocks!!
30th Jan 2018, 2:17 PM
java fan
java fan - avatar
+ 1
yah got it
30th Jan 2018, 2:13 PM
Akib
Akib - avatar