answersLogoWhite

0

Use a loop.

while (1 < 10){

}

do{

}while(1 < 10)

for(i = 0; i < 10; i+=1){

}

var foo = function(

if (1<10){

foo();

}

)

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering
Related Questions

Why java applet is executed faster than java script?

The java applet is in the java language and is run local to your computer, java script is in the language java script, this can be run local to server or computer. Java and java script are to different languages that run two different ways.


How do you repeatedly run a code in command prompt?

You cannot repeatedly run a code in command prompt unless you create a batch script that will repeat the codes inside it. To create a script, you must open notepad. Type :A (colon A). Then below that code, type the codes you want to repeatedly run. Below the codes, write "goto A" (without quotes). Save this script as anything you like with a .bat extension. When you click the .bat script, it will read the code. On the last line of code, it will repeat any codes that is in between :A and goto A. You can also change the "A" into anything you would like.


What are the requirements to run RuneScape?

Java sun script.


Why do you need java script to run internet content?

Most websites in present day heavily depend on Java Script and AJAX.


How run script tribalwars?

Well, Since tribalwars uses php and a little little little bit java script, can it be good to download the newest version of Java.


How come games at gbemul don't work?

You have to download java script run


The script was run or the script was ran which is correct?

In the world of technology, where a script is a snippet or more of computer code, the proper grammar is: The script was run, or the script ran.


Difference between a java complier and the Java JIT?

A java compiler takes Java source code and turns it into Java bytecode, which can then be run by the java virtual machine.Using JIT means that the java code will be compiled and executed at the time that you run the program, which will slow down the program because it has to compile the code at the same time that it runs.


How do you open java script?

You need to have some program that can open/run them on your computer. To save them, then run them, save them as a .Js files.


How is decoupling achieved in Java programs?

Decoupling is achieved in Java programs through the parser code. To debug the decoupling achieved in Java, run the source code over the parser code first.


Java run in any computer but java script not why?

Java and Javascript are not the same thing and are not realted to each other. Javascript is not run on "computers" it is run on browsers (which admitedly run on computers) So, if your computer has a browser, it most likely runs javascript, of course this depends on the browser, but all major browser run javascript.


How java platform independent with complete architecture?

java is platform independent because java code is compile on javac compiler after create one class file this file is run any of paltform run this code becauase jvm is understand this code properly managed. jatin patel