Skip to content

Commit

Permalink
Wrong resources navigation on menu fixed (mbeaudru#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
iifeoluwa authored and mbeaudru committed Oct 7, 2017
1 parent 782b482 commit 177c0f2
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ When you struggle to understand a notion, I suggest you look for answers on the
* [Array.prototype.map()](#arrayprototypemap)
* [Array.prototype.filter()](#arrayprototypefilter)
* [Array.prototype.reduce()](#arrayprototypereduce)
- [External Resource](#external-resource)
- [External Resource](#external-resource-2)
+ [Spread operator "..."](#spread-operator-)
- [Sample code](#sample-code-3)
- [Explanation](#explanation-1)
Expand All @@ -73,28 +73,27 @@ When you struggle to understand a notion, I suggest you look for answers on the
- [Explanation](#explanation-3)
* [Create the promise](#create-the-promise)
* [Promise handlers usage](#promise-handlers-usage)
- [External Resources](#external-resources)
- [External Resources](#external-resources-2)
+ [Template literals](#template-literals)
- [Sample code](#sample-code-5)
- [External resources](#external-resources-2)
- [External resources](#external-resources-3)
+ [Tagged Template Literals](#tagged-template-literals)
- [External resources](#external-resources-4)
+ [Imports / Exports](#imports--exports)
- [Explanation with sample code](#explanation-with-sample-code-1)
* [Named exports](#named-exports)
* [Default import / export](#default-import--export)
- [External resources](#external-resources-3)
- [External resources](#external-resources-5)
+ [JavaScript *this*](#-javascript-this)
- [External resources](#external-resources-4)
- [External resources](#external-resources-6)
+ [Class](#class)
- [Samples](#samples)
- [External resources](#external-resources-5)
- [External resources](#external-resources-7)
+ [Async Await](#async-await)
- [Sample code](#sample-code-6)
- [Explanation with sample code](#explanation-with-sample-code-2)
- [External resources](#external-resources-6)
- [External resources](#external-resources-8)
+ [Truthy / Falsy](#truthy--falsy)
- [External resources](#external-resources-7)
+ [Static Methods](#static-methods)
- [Short Explanation](#short-explanation-1)
- [Sample Code](#sample-code-7)
Expand Down

0 comments on commit 177c0f2

Please sign in to comment.