Skip to content

Commit 0b010c0

Browse files
authored
Javascript and ECMAscript differences (#54)
Adding a blog on Javascript and ECMAscript differences in "ES6 and above" section.
1 parent f41d67d commit 0b010c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Thin books which you can get through in a few days.
107107
- [ES6 Katas](http://es6katas.org) - Learn ES6 by solving unit test online.
108108
- [Practical ES6](https://github.com/mjavascript/practical-es6) - eBook with practical examples and advices.
109109
- [30 seconds of code](https://github.com/Chalarangelo/30-seconds-of-code) - Useful ES6 snippets that you can understand in 30 seconds or less.
110+
- [What’s the difference between JavaScript and ECMAScript?](https://www.freecodecamp.org/news/whats-the-difference-between-javascript-and-ecmascript-cba48c73a2b5/) - Clears the confusion about ES6 and Javascript.
110111

111112
## DOM related
112113

0 commit comments

Comments
 (0)