#FPJS-Toolkit
- typeclasses
- types
- data types
- immutable stuff
- how to use (show norm vs fp style - try catch vs either)
- establish a standard language, refer to math term
- Do it based on JS/TS with haskell comparison
- Find a way to search this
- List item
- Use
- Boolean
- Number (show it's limitations)
- String
- Don't Use
- Null
- Undefined
- Symbol (new in ECMAScript 6)
- Use
- Function
- Object
- Indexed Collections
- Array
- Keyed Collections
- Maps
- Sets
- JSON
- Indexed Collections
- Don't Use
- Classes
- Promise
- Generator
- Async / Await
- Pure FP testing
- Test for immutablity
- Quickcheck?