write code to display even number s from 20 to zero using the Do-While loop Javascript This is my code its not correct, I need some help please var i = 0; var n = Number(window.prompt("Enter any number : ")); do{ i--; document.write("Number is = " + i + ""); }while(i
This was an excellent turotial that explained everything SUPER clearly. Thank you so much!
Great tutorial's my friend! Clear and concise. Much appreciated!
Brilliant, thank you.
You are a myth brother! Is this real life? You got 5 certificates in ONE year!? WOW! Nice job! Congrats. My new hero. :-)
Thanks!
Beau Carnes you are really awesome teacher) Thank you!
Thanks!
that was great ,
thank you very much!
What does "" n = "" mean ?
N is just a name for any value used to create the condition. It could be essentially any name, it's just a tag for the incrementing value
write code to display even number s from 20 to zero using the Do-While loop Javascript
This is my code its not correct, I need some help please
var i = 0;
var n = Number(window.prompt("Enter any number : "));
do{
i--;
document.write("Number is = " + i + "");
}while(i
whats the editor you use...
goo.gl/search/CodePen
CodePen,
i don't understand &turn_off_js = true; and ?trun_off_js = true;
Still confused :(((
Same. I still don't get it either.
Please record in 1080. Thanks.