Skip to content

Commit 177c0f2

Browse files
iifeoluwambeaudru
authored andcommitted
Wrong resources navigation on menu fixed (mbeaudru#64)
1 parent 782b482 commit 177c0f2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

readme.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ When you struggle to understand a notion, I suggest you look for answers on the
5757
* [Array.prototype.map()](#arrayprototypemap)
5858
* [Array.prototype.filter()](#arrayprototypefilter)
5959
* [Array.prototype.reduce()](#arrayprototypereduce)
60-
- [External Resource](#external-resource)
60+
- [External Resource](#external-resource-2)
6161
+ [Spread operator "..."](#spread-operator-)
6262
- [Sample code](#sample-code-3)
6363
- [Explanation](#explanation-1)
@@ -73,28 +73,27 @@ When you struggle to understand a notion, I suggest you look for answers on the
7373
- [Explanation](#explanation-3)
7474
* [Create the promise](#create-the-promise)
7575
* [Promise handlers usage](#promise-handlers-usage)
76-
- [External Resources](#external-resources)
76+
- [External Resources](#external-resources-2)
7777
+ [Template literals](#template-literals)
7878
- [Sample code](#sample-code-5)
79-
- [External resources](#external-resources-2)
79+
- [External resources](#external-resources-3)
8080
+ [Tagged Template Literals](#tagged-template-literals)
8181
- [External resources](#external-resources-4)
8282
+ [Imports / Exports](#imports--exports)
8383
- [Explanation with sample code](#explanation-with-sample-code-1)
8484
* [Named exports](#named-exports)
8585
* [Default import / export](#default-import--export)
86-
- [External resources](#external-resources-3)
86+
- [External resources](#external-resources-5)
8787
+ [JavaScript *this*](#-javascript-this)
88-
- [External resources](#external-resources-4)
88+
- [External resources](#external-resources-6)
8989
+ [Class](#class)
9090
- [Samples](#samples)
91-
- [External resources](#external-resources-5)
91+
- [External resources](#external-resources-7)
9292
+ [Async Await](#async-await)
9393
- [Sample code](#sample-code-6)
9494
- [Explanation with sample code](#explanation-with-sample-code-2)
95-
- [External resources](#external-resources-6)
95+
- [External resources](#external-resources-8)
9696
+ [Truthy / Falsy](#truthy--falsy)
97-
- [External resources](#external-resources-7)
9897
+ [Static Methods](#static-methods)
9998
- [Short Explanation](#short-explanation-1)
10099
- [Sample Code](#sample-code-7)

0 commit comments

Comments
 (0)