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
Copy file name to clipboardExpand all lines: src/preface.org
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,4 +25,4 @@ I find that functional programming is a fascinating subject with a low barrier o
25
25
- Pure functions (functions don't cause side effects)
26
26
27
27
** Strongly Typed
28
-
JavaScript is known for having a messy and unintuitive type system. These lessons will teach you how to think about types in an intuitive way that will help you write clean and maintainable code. You will also be better prepared to learn other programming languages that will likely have strong and/or static type systems, such as TypeScript, C, C++, Rust, Haskell, Elixir, etc.
28
+
JavaScript is known for having a messy and unintuitive type system. These lessons will teach you how to think about types in an intuitive way that will help you write clean and maintainable code. You will also be better prepared to learn other programming languages that have strong and/or static type systems, such as TypeScript, C, C++, Rust, Haskell, Elixir, etc.
0 commit comments