Difference between revisions of "JavaScript"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
=Related Pages= | =Related Pages= | ||
[[Category:Programming Language]] | [[Category:Programming Language]] | ||
[[Category:JavaScript]] | |||
</noinclude> | </noinclude> |
Revision as of 09:13, 29 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
- ↑ Axel Rauschmayer, Deep JavaScript: URL: https://exploringjs.com/deep-js/toc.html, last accessed:June 10, 2021