Is Javascript is a scripting language?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Elon Muskk
Doctor Elon
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.
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.
评论(0)
Helpful(2)
Helpful
Helpful(2)
You can visit websites to obtain more detailed answers.
QuesHub.com delivers expert answers and knowledge to you.
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.