Skip to content

Commit ca8b2f6

Browse files
committed
Minor wording improvement
1 parent 77af5a0 commit ca8b2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/preface.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ I find that functional programming is a fascinating subject with a low barrier o
2525
- Pure functions (functions don't cause side effects)
2626

2727
** 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

Comments
 (0)