answersLogoWhite

0

1) use for loop

2) do while loop

User Avatar

Wiki User

14y ago

What else can I help you with?

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.


What is java-compatible web browsers?

A Web browser that has inbuilt capability to execute Java code.


How do you script a RuneScape bot?

RuneScape bots use Java. Use a Java Binary Code.


How can you repeatedly run a code in java script?

Use a loop. while (1 < 10){ } do{ }while(1 < 10) for(i = 0; i < 10; i+=1){ } var foo = function( if (1<10){ foo(); } )


Is there a no right click code that isn't java script?

Maybe with VB-script, if the browser is Internet Explorer.


What program code is the easiest to learn?

Most likely java script


What is web compatibility?

A Web browser that has inbuilt capability to execute Java code.


Do you need to learn Java script to be able to use it?

No. Java Script is huge and learning all of it is impossible. Just try and code the basics and later get to the harder stuff


What is the content of java byte code?

It is partial with opcode and processor code. It is meaningless when we see it on our eyes, but it provides info instructions to Java Virtual Machine to execute that.


How is java byte code is different from other low level language?

Java byte-code is the code which generate after the compilation of .java file.And this code is only understand by JVM(java virtual machine ) which understand it and execute it.In other languages this type of functionality is not available.


What is java script code for password?

There is an html form element for password. Validation script for password doesn't differ from script of html text element


How do you write javascript codes for website on a mac?

You can write java script code on any platform be it mac, linux, solaris or windows. All you need is a mac version of notepad, some html page where you insert your java script code and a web browser where you view the html page. All major browsers support java script coding and all you need to do is enable the Java Script support in browsers if it is not enabled already.