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>pull/4999/head
parent
c51438142c
commit
2c0ebe4209
1 changed files with 2 additions and 1 deletions
@ -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) |
||||
|
Loading…
Reference in new issue