answersLogoWhite

0

JavaScript is written within an HTML page (or in an external .js file but technically it's still part of the page) and adds special effects to that page. W3Schools has some really good tutorials. You can find the link in the related links.

You can write JavaScript in Notepad! However most people prefer an IDE. I like Komodo Edit, personally. You can find a link for Komodo in the Related Links.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you validate multiple check box in java script?

You can use this logic or a logic similar :For Example:function validate(){var arrayOfcheckBoxes = document.getElementsByName('checkBoxes[]');var selectedBoxes = 0;for (var i = 0; i < arrayOfcheckBoxes.length; i++){if (arrayOfcheckBoxes[i].checked){selectedBoxes ++;}}


What is java fx2.1.1?

Java script


Is Java script needed for Poptropica?

No, Java script is not needed to play poptropica.


Does Java Script use the same compiler as Java?

No


Where can I download java script free?

When it comes to java script you can simply download it free from the java website. You can also go to CNET downloads and get it free from there.


Does java script coding mean using it for Java programs only?

Java script coding is computer coding, many things require Java, and you need to have Java enabled to view these types of programs.


Does iPod touches have java script?

they have java&lt; javascript and flash


Which script based on sound?

Java script is based on sound.


Where is the best place to download java script free?

Java script is the name of a computer language. The Java website, http://www.java.com/en/download/index.jsp, is the best place to download Java software.


Do you have Java script installed on this computer?

No


Who is the implementor for java script?

ECMASCRIPT5


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.