Jump to content

Outline of the JavaScript programming language

From Wikipedia, the free encyclopedia

The following outline is provided as an overview of and topical guide to JavaScript:

JavaScript (JS) is a programming language and core technology of the Web, alongside HTML and CSS. It was created by Brendan Eich in 1995. Ninety-nine percent of websites use JavaScript on the client side for webpage behavior.

What type of language is JavaScript?

[edit]
  • Programming language — artificial language designed to communicate instructions to a machine, particularly a computer.
    • High-level programming language — a programming language with strong abstraction from the details of the computer, such as having words, making it closer to natural language and easier to use than low level programming languages (which are much more cryptic).

History of JavaScript

[edit]

History of JavaScript

Javascript fundamentals

[edit]

Issues and limitations

[edit]

Specifications of the language

[edit]
  • ECMAScript – this specification defines and standardizes the JavaScript language, such as its vernacular, syntax, and so on.

Where JavaScript works (its runtime environments)

[edit]

JavaScript works primarily in two main types of runtime environments:

Adaptive web design

[edit]

Adaptive web design

JavaScript toolchain

[edit]

Libraries

[edit]

Package managers

[edit]

Bundlers

[edit]

Transpilers

[edit]

Linters and formatters

[edit]

Testing tools

[edit]

Build and development tools

[edit]

General JavaScript concepts

[edit]
[edit]

JavaScript organizations

[edit]

JavaScript publications

[edit]

Books about JavaScript

[edit]

JavaScript programmers

[edit]

See also

[edit]
Outlines of other programming languages

References

[edit]
  1. ^ "What do client side and server side mean? | Client side vs. server side". Cloudflare.
[edit]

Free learning resources

[edit]