what is Java Script?
Answers
Answered by
3
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 curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions. Wikipedia
First appeared: December 4, 1995; 25 years ago
Stable release: ECMAScript 2020 / June 2020; 7 months ago
Preview release: ECMAScript 2021
Typing discipline: Dynamic, duck
Paradigm: event-driven, functional, imperative
Answered by
1
- ✒JavaScript is a dynamic computer programming language. It is lightweight and most commonly used as a part of web pages, whose implementations allow client-side script to interact with the user and make dynamic pages. It is an interpreted programming language with object-oriented capabilities.
Similar questions