About 60 results
Open links in new tab
  1. What “type” of language is JavaScript? - Stack Overflow

    JavaScript is an implementation of the ECMAScript language standard and is primarily used in the form of client-side JavaScript, implemented as part of a web browser in order to provide enhanced user …

  2. What is TypeScript and why should I use it instead of JavaScript ...

    What is the TypeScript language? What can it do that JavaScript or available libraries cannot do, that would give me reason to consider it?

  3. Why is JavaScript called JavaScript, since it has nothing to do with ...

    Jan 7, 2010 · ECMAScript is the "standards" name for the language. JavaScript is technically a "dialect" of ECMAScript, the Mozilla Foundation can use "JavaScript" as the name of their implementations …

  4. What's the difference between JavaScript and Java?

    Oct 29, 2008 · JavaScript is an object-oriented scripting language that allows you to create dynamic HTML pages, allowing you to process input data and maintain data, usually within the browser. Java …

  5. Why is JavaScript called a "scripting language"? [closed]

    Javascript tells a browser what to do and how to process things just the same way that a shell script, php, or any other scripting language does for their respective hosts.

  6. JavaScript is compiled or interpreted language or both?

    Jan 13, 2021 · JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language Basically since JS is used in multiple environments it can be either one or the other.

  7. What is the difference between JavaScript and ECMAScript?

    May 15, 2016 · JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non …

  8. javascript - How can I determine a user's locale within the browser ...

    Mar 16, 2021 · A user can configure preferred languages in the browser, and these will be used for navigator.language(s), and used when requesting resources from a server, to request content …

  9. javascript - How to implement a language selector via JS that overrides ...

    Nov 12, 2023 · A fixed style sheet is created by JavaScript at pageload containing variables and rules. To apply style we just need to set the CSS variables according to the language. In the following …

  10. Is Javascript a programming language? - Stack Overflow

    May 23, 2013 · A script language is also a programming langauge. Anyhow, the characteristics of the Javascript language hasn't changed even if the underlying implementation of the executing engine …