Computer Science, asked by Anonymous, 6 months ago

What is Java script​

Answers

Answered by Anonymous
0

\huge\tt{\bold{\underline{\underline{Question᎓}}}}

What is Java script?

\huge\tt{\bold{\underline{\underline{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.

┗━━━━━━━━━━━━━━━━━━━━━━━┛

Answered by Anonymous
6

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.

Paradigm: event-driven, functional, imperative

First appeared: December 4, 1995; 24 years ago

Stable release: ECMAScript 2020 / June 2020; 5 months ago

Preview release: ECMAScript 2021

Typing discipline: Dynamic, duck

Function

A JavaScript function is defined with the function keyword, followed by a name, followed by parentheses (). Function names can contain letters, digits, underscores, and dollar signs (same rules as variables). The parentheses may include parameter names separated by commas: (parameter1, parameter2, ...)

Similar questions