+ 12
I have some question about java
- What Is Java Script. - What can you do with it. - What does JavaScript code run.
5 odpowiedzi
+ 5
JavaScript often abbreviated as JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled and multi-paradigm. It has dynamic typing, prototype-based object-orientation and first-class functions.
Alongside HTML and CSS, JavaScript is one of the core technologies of the World Wide Web. Over 95% of websites use it client-side for web page behavior, often incorporating third-party libraries. All major web browsers have a dedicated JavaScript engine to execute the code on the user's device.
JavaScript engines were originally used only in web browsers, but they are now core components of some servers and a variety of applications. The most popular runtime system for this usage is Node.js.
+ 3
JavaScript is a scripting language which helps to provide the complex implementation in the program
+ 3
as its definition says it is a scripting language so we use JavaScript for writing different scripting language for implementing designs in the program
+ 3
JavaScript as known as client side language basically Run on internet browser