-
Is Javascript is a scripting language?
Questioner:ask56133 2018-04-05 13:47:46
The most authoritative answer in 2024
-
-
Elon Muskk:
Yes, JavaScript is indeed a scripting language. However, it's important to clarify that the term "scripting language" does not imply that it is less capable or less important than a programming language. JavaScript is a high-level, interpreted programming language that can be used for both client-side and server-side scripting. It is one of the core technologies of the World Wide Web, alongside HTML and CSS.
JavaScript is known for its ability to create dynamic web applications by manipulating the Document Object Model (DOM) in the browser, but it is also used in many other environments, such as Node.js, which allows JavaScript to be used on the server side.
The confusion between JavaScript and Java comes from the fact that both were named to capitalize on the popularity of Java at the time. However, they are distinct languages with different syntax, semantics, and use cases. JavaScript was developed by Netscape and initially called LiveScript before being renamed to JavaScript for marketing purposes.
In summary, while JavaScript is a scripting language, it is also a full-fledged programming language with a wide range of applications and capabilities.
read more >>
-
-
Summary of answers:
JavaScript was not developed at Sun Microsystems, the home of Java.
JavaScript was developed at Netscape. It was originally called LiveScript, but that name wasn't confusing enough. The -
Script suffix suggests that it is not a real programming
language, that a
scripting language is less than a programming
language.
read more >>
QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.