Log in

View Full Version : What is Javascript?



JohnBWynkoop
12-19-2014, 09:28 AM
Hello Friends,

Please tell me what is javascript.

RH-Calvin
12-22-2014, 10:37 AM
JavaScript is a dynamic computer programming language. It is most commonly used as part of web browsers, whose implementations allow client-side scripts to interact with the user, control the browser, communicate asynchronously, and alter the document content that is displayed.

anirban09P
02-02-2015, 11:54 PM
JavaScript is a programming language used to make web pages interactive. It runs on your visitor's computer and doesn't require constant downloads from your website. JavaScript is often used to create polls and quizzes.

harry26
02-03-2015, 02:29 AM
JavaScript is a programming language which also dynamic type.it uses when you create a different pages of your website.i think java script best for security reasons because only authenticate users are come to access your website.

Olin Lamanna
02-03-2015, 11:09 PM
JavaScript is a famous programming language that's built into all large web browsers and used to create web pages interactive as java explained.

daviddakarai
02-04-2015, 06:31 AM
A scripting language developed by Netscape to enable Web authors to design interactive sites. Although it shares many of the features and structures of the full Java language, it was developed independently. Javascript can interact with HTML source code, enabling Web authors to spice up their sites with dynamic content. JavaScript is endorsed by a number of software companies and is an open language that anyone can use without purchasing a license.

marclewis
02-09-2015, 12:32 AM
Javascript is a dynamic computer programming language used to make web pages interact with user and control the browser. Javascripts are also used for creating polls and quizzes.

Bluesky94
10-31-2016, 12:35 PM
JavaScript (/ˈdʒævəˌskrɪpt/) is a high-level, dynamic, untyped, and interpreted programming language. It has been standardized in the ECMAScript language specification.Alongside HTML and CSS, it is one of the three core technologies of World Wide Web content production; the majority of websites employ it and it is supported by all modern Web browsers without plug-ins.JavaScript is prototype-based with first-class functions, making it a multi-paradigm language, supporting object-oriented,imperative, and functional programming styles. It has an API for working with text, arrays, dates and regular expressions, but does not include any I/O, such as networking, storage, or graphics facilities, relying for these upon the host environment in which it is embedded.
Although there are strong outward similarities between JavaScript and Java, including language name, syntax, and respective standard libraries, the two are distinct languages and differ greatly in their design. JavaScript was influenced by programming languages such as Self and Scheme.
JavaScript is also used in environments that are not Web-based, such as PDF documents, site-specific browsers, and desktop widgets. Newer and faster JavaScript virtual machines (VMs) and platforms built upon them have also increased the popularity of JavaScript for server-side Web applications. On the client side, JavaScript has been traditionally implemented as an interpreted language, but more recent browsers perform just-in-time compilation. It is also used in game development, the creation of desktop and mobile applications, and server-side network programming with run-time environments such as Node.js.