You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2023. It is now read-only.
-[Recursion and tail-call optimization](#recursion-and-tail-call-optimization)
26
+
-[Algebraic data types](#algebraic-data-types)
27
+
-[Pattern matching](#pattern-matching)
28
+
-[Summary](#summary)
29
+
-[References](#references)
28
30
29
31
## JavaScript Overview
30
32
@@ -261,7 +263,7 @@ const parseOr = input =>
261
263
```
262
264
263
265
Therefore, function composition is an important part of functional programming, because it allows us to compose complex software out of simple functions.
264
-
Because both, Go and JavaScript, have support for higher-order functions, the differences, mentioned in the higher-order functions section, are also applicable to function composition.
266
+
Because both, Go and JavaScript, have support for higher-order functions, the differences, as mentioned in the higher-order functions section, are also applicable to function composition.
0 commit comments