Skip to content

Commit 13f32d6

Browse files
committed
Fix linting errors
1 parent c2634eb commit 13f32d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!--lint ignore awesome-license awesome-git-repo-age-->
12
# Awesome JavaScript Learning [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) <img src="https://cdn.rawgit.com/voodootikigod/logo.js/master/js.svg" width="125" align="right" alt="JS Logo">
23

34
> An awesome list limited to the best JavaScript learning resources
@@ -19,6 +20,7 @@ This list is mainly about JavaScript - the language. Not about APIs, tooling, fr
1920
- [DOM related](#dom-related)
2021
- [Node.js](#nodejs)
2122
- [Related](#related)
23+
- [License](#license)
2224

2325
---
2426

@@ -108,7 +110,7 @@ Thin books which you can get through in a few days.
108110
- [ES6 Katas](http://es6katas.org) - Learn ES6 by solving unit test online.
109111
- [Practical ES6](https://github.com/mjavascript/practical-es6) - eBook with practical examples and advices.
110112
- [30 seconds of code](https://github.com/Chalarangelo/30-seconds-of-code) - Useful ES6 snippets that you can understand in 30 seconds or less.
111-
- [Whats 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.
113+
- [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.
112114

113115
## DOM related
114116

0 commit comments

Comments
 (0)