Difference between revisions of "JavaScript"

From PKC
Jump to navigation Jump to search
Line 2: Line 2:


There are some useful references<ref>Axel Rauschmayer, Deep JavaScript: URL: https://exploringjs.com/deep-js/toc.html, last accessed:June 10, 2021</ref> to learn JavaScript.
There are some useful references<ref>Axel Rauschmayer, Deep JavaScript: URL: https://exploringjs.com/deep-js/toc.html, last accessed:June 10, 2021</ref> to learn JavaScript.
=The Async nature of JavaScript=
JavaScript was designed to be [[async|asynchronous]].


<noinclude>
<noinclude>

Revision as of 06:54, 25 January 2022

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