JavaScript

From PKC
Revision as of 06:54, 25 January 2022 by Benkoo (talk | contribs)
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