Skip to content

Commit ed6fba3

Browse files
committed
Add more JS resources
1 parent 95e058a commit ed6fba3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

javascript/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
- [Functors in Javascript](http://functionaljavascript.blogspot.com.br/2013/07/functors.html)
3737
- [JavaScript and Type Thinking](https://medium.com/@yelouafi/javascript-and-type-thinking-735edddc388d)
3838
- [Functional Composition in Javascript](https://joecortopassi.com/articles/functional-composition-in-javascript/)
39+
- [Functors, Applicatives, And Monads In Pictures](http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html)
3940

4041
# With React
4142

@@ -47,6 +48,7 @@
4748
## Courses
4849

4950
- [Functional Programming Patterns With RamdaJS!](https://www.educative.io/collection/5070627052453888/5738600293466112)
51+
- [Professor Frisby Introduces Composable Functional JavaScript](https://egghead.io/courses/professor-frisby-introduces-composable-functional-javascript)
5052

5153
## Books
5254

javascript/javascript/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323

2424
## Courses
2525
- [ReactJS Basics](https://www.youtube.com/playlist?list=PL55RiY5tL51oyA8euSROLjMFZbXaV7skS)
26+
- [Microsoft Frontend Bootcamp](https://microsoft.github.io/frontend-bootcamp/)
2627

2728
## Books

0 commit comments

Comments
 (0)