JavaScript

From PKC
Revision as of 19:13, 3 February 2022 by Benkoo (talk | contribs) (→‎Related Pages)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

JavaScript is a programming language that was originally invented for embedding programmable behavior in web pages. After evolving for more than 25 years, JavaScript had migrated to be a generic programming language that also works on serve side.

There are some useful references[1] to learn JavaScript.

The Async nature of JavaScript

JavaScript was designed to be asynchronous.


References

  1. Axel Rauschmayer, Deep JavaScript: URL: https://exploringjs.com/deep-js/toc.html, last accessed:June 10, 2021

Related Pages