diff --git a/src/data/roadmaps/javascript/content/100-javascript-introduction/102-javascript-versions.md b/src/data/roadmaps/javascript/content/100-javascript-introduction/102-javascript-versions.md index 932f8a6e3..cb5d79351 100644 --- a/src/data/roadmaps/javascript/content/100-javascript-introduction/102-javascript-versions.md +++ b/src/data/roadmaps/javascript/content/100-javascript-introduction/102-javascript-versions.md @@ -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)