1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 04:30:01 +02:00

Fix minor typo (#3756)

I replaced and with it in the Javascript versioning paragraph
This commit is contained in:
Ehren Nwokocha
2023-04-04 14:08:30 +01:00
committed by GitHub
parent 9893e9f0a3
commit 8dd0225720

View File

@@ -1,6 +1,6 @@
# Javascript Versions
JavaScript was invented by Brendan Eich, and in 1997 and became an ECMA standard. ECMAScript is the official language name. ECMAScript versions include ES1, ES2, ES3, ES5, and ES6
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
Visit the following resources to learn more: