JavaScript

This is a page devoted to information about JavaScript. Not to be confused with Java.

From the Wikipedia JavaScript page:

JavaScript (JS) is an interpreted computer programming language. As part of web browsers, implementations allow client-side scripts to interact with the user, control the browser, communicate asynchronously, and alter the document content that is displayed. It has also become common in server-side programming, game development and the creation of desktop applications.

Java Scripting of JavaScript#

The Java Scripting functionality is in the javax.script package. A ScriptEngineManager object can discover script engines through the jar file service discovery mechanism. It can also instantiate ScriptEngine objects that interpret scripts written in a specific scripting language. The simplest way to use the scripting API is as follows:

Some links:

JavaScript Libraries#