mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-13 20:54:16 +02:00
fix: javascript versions (#4992)
* Update 102-javascript-versions.md * Update 102-javascript-versions.md * fix: add link text --------- Co-authored-by: Arik Chakma <arikchangma@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c51438142c
commit
2c0ebe4209
@@ -1,8 +1,9 @@
|
||||
# Javascript Versions
|
||||
|
||||
JavaScript was invented by Brendan Eich, and in 1997 it became an ECMA standard. ECMAScript is the official language name. ECMAScript versions include ES1, ES2, ES3, ES5, and ES6
|
||||
JavaScript, invented by Brendan Eich, achieved the status of an ECMA standard in 1997 and adopted the official name ECMAScript. This language has evolved through several versions, namely ES1, ES2, ES3, ES5, and the transformative ES6. These updates have played a crucial role in improving and standardizing JavaScript, making it widely used and valuable in the ever-changing field of web development.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [JavaScript Versions: How JavaScript has changed over the years](https://www.educative.io/blog/javascript-versions-history)
|
||||
- [Brief History of JavaScript](https://roadmap.sh/guides/history-of-javascript)
|
||||
- [JavaScript Version](https://www.w3schools.com/js/js_versions.asp)
|
||||
|
Reference in New Issue
Block a user