which type language java script?

JavaScript is the scripting language of the Web. A scripting language is a lightweight programming language. JavaScript code can be executed by all modern web browsers
 
Javascript is a Client side Scripting language. These days, there are many flavors of javascript that are available and the most popular ones are JQuery and its alikes. The codes are used to validate (client side) forms, create sliders, create special effects on Menus etc and now, these are also used to create small animations using the Canvas tag of the HTML5. Much of responsiveness of websites too is made possible via the Javascript and Jquery Libraries.
 
JavaScript is a server side scripting language, it is also dynamic computer programming language whose implement allow client side scripts to interact with the user.
 
JavaScript is a scripting language used for interacting with computers through the internet. It's loosely typed, and I believe object oriented. There are many extensions (library) available for it such as jQuery which is quite a popular one. So basically JavaScript is just another programming language, except it's especially important if you plan on web programming.
 
JavaScript (JS) is a dynamic computer programming language.[5] 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.[5] It is also being used in server-side network programming (with Node.js), game development and the creation of desktop and mobile applications.
 
Back
Top