THIS WHILELOOPS IN JAVASCRIPT IS KILLING ME
- daMage
when the time has come , I shall rise and conquer the world
Find examples online of code using WHILE statements, then incorperate it into your code. Plus, what are you trying to finish?
Sail Safe.
Donations if possible: 1Cv4FrNBBF3LLjg6ceBBQQomKRTmzPNPFJ
Google Karel the Robot, its what they use to for basic programming (java) in a lot of colleges. You should be able to find a free download to Understanding Java. I used this in college, its great. Plenty of info on “while” loops.
Need help with math homework? Hit me up! I can help out with integral calculus and below.
Have you considered a for loop? They are a lot easier to work with.
for(var myVar = 0; myVar < 5; myVar++) {
console.log(myVar);
}
Hopefully this helps out
Need help with math homework? Hit me up! I can help out with integral calculus and below.
“People who doesn’t work hard doesn’t have the right to be envious of the people with talent. People fail because they don’t understand the hard work necessary to be successful.”