Skip to content

Commit 906d7ae

Browse files
committed
Add title to links & add one more resource
1 parent 03bd394 commit 906d7ae

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,18 +247,18 @@ addFive(10);
247247
```
248248

249249
### Sources
250-
[https://gist.github.com/mikaelbr/9900818](https://gist.github.com/mikaelbr/9900818)
250+
- [Gist: Usages for ES6 destructuring](https://gist.github.com/mikaelbr/9900818)
251251

252-
[https://www.gitbook.com/book/jcouyang/functional-javascript/details](https://www.gitbook.com/book/jcouyang/functional-javascript/details)
252+
- [Functional JavaScript Mini Book by Jichao Ouyang](https://jcouyang.gitbooks.io/functional-javascript/content/en/index.html)
253253

254-
[https://www.youtube.com/playlist?list=PL0zVEGEvSaeEd9hlmCXrk5yUyqUag-n84](https://www.youtube.com/playlist?list=PL0zVEGEvSaeEd9hlmCXrk5yUyqUag-n84)
254+
- [Functional Programming in JavaScript series by mpj](https://www.youtube.com/playlist?list=PL0zVEGEvSaeEd9hlmCXrk5yUyqUag-n84)
255255

256-
[http://functionaljavascript.blogspot.com.br/2013/07/functors.html](http://functionaljavascript.blogspot.com.br/2013/07/functors.html)
256+
- [Functors in Javascript](http://functionaljavascript.blogspot.com.br/2013/07/functors.html)
257257

258-
[http://nicoespeon.com/en/2015/01/pure-functions-javascript/](http://nicoespeon.com/en/2015/01/pure-functions-javascript/)
258+
- [Pure functions in Javascript](http://nicoespeon.com/en/2015/01/pure-functions-javascript/)
259259

260-
[https://drboolean.gitbooks.io/mostly-adequate-guide/](https://drboolean.gitbooks.io/mostly-adequate-guide/)
261-
262-
[https://www.youtube.com/watch?v=DisD9ftUyCk](https://www.youtube.com/watch?v=DisD9ftUyCk)
260+
- [Professor Frisby's Mostly Adequate Guide to Functional Programming](https://drboolean.gitbooks.io/mostly-adequate-guide/)
263261

262+
- [Functors by mpj](https://www.youtube.com/watch?v=DisD9ftUyCk)
264263

264+
- [Concepts of Functional Programming in Javascript](https://medium.com/the-renaissance-developer/concepts-of-functional-programming-in-javascript-6bc84220d2aa)

0 commit comments

Comments
 (0)