answersLogoWhite

0


Best Answer

JavaScript programs cannot be compiled, but it is easy to run them if you embed them into a HTML file, and open it in your browser.

Note: If you want a example, select menu-command View/Source and search for '<script'

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you compile or run the JavaScript programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

How can you compile or run the java programming?

To compile:javac MyProgram.javaTo run:java MyProgramHowever, you can also do everything (both compile and run) from within an IDE.


Programming process of c language?

Write the source program. Compile. Link executable. Run it.


Computing?

Programming - JavaScript


What is script in Internet Programming?

javascript


What are the main functions of Javascript?

Javascript can be used on a variety of platforms which require simple computer commands but not a full programming language. Javascript can be used as or in addition to a full fledged programming language.


Difine run time error?

run-time error definition. An error in the execution of a program which occurs at run time, as opposed to a compile-time error. A good programming language should, among other things, aim to replace run-time errors by compile-time errors.


Is javascript an example of a programming language?

Yes


Is JavaScript or Dreamweaver better?

Not comparable. JavaScript is a programming language. Dreamweaver is an application (which you can use to create pages with javascript, html, etc.)


What programming language is used for webOS applications?

HTML5, JavaScript, CSS


What are the latest programming languages?

The latest programming languages are:Go Programming Language developed by Google, Inc. in 2012. It's purpose is to enable users to create new software easily on Linux and Mac operating systems. It is object oriented programming and the translator used is compiler.Fathom Programming Language was developed b Brian Frank and Andy Frank in 2012. Its purpose is to cross-compile and run on JRE, NET, CLR, and Javascript. Platforms are Mac OS, Linux, and Windows. It is object oriented programming and the translator is compiler. Special features are that it is portable and can be used on Java, VM, and NET CLR.


What is compile time?

Compile Time: In longer form, you might say, "at the time of compiling", or, "when the program is compiled". When you compile a program, the compiler applies various processes to your source code in order to generate the executable files. These are actions that happen "at compile time". Other actions happen when you actually run the finished program. These actions are said to occur, at, or in, "run time".


Do you really need javascript?

No, there is no need for JavaScript in normal circumstances. There is no need for any programming or scripting languages for web-based programming if you are good with html.But things are rarely that simple. Most websites make use of AJAX and Javascript is essential for it.