What is Javascript?
(◔‿◔)Pls tell
Answers
Answer:
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.
First appeared: December 4, 1995; 25 years ago
Stable release: ECMAScript 2020 / June 2020; 1 year ago
Preview release: ECMAScript 2021
Typing discipline: Dynamic, weak, duck
Paradigm: event-driven, functional, imperative
Designed by: Netscape, Brendan Eich
Explanation:
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