We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35896b commit d28b1e3Copy full SHA for d28b1e3
README.md
@@ -643,7 +643,6 @@ class SuperArray extends Array {
643
**[⬆ back to top](#table-of-contents)**
644
645
### Favor functional programming over imperative programming
646
-If Haskell were an IPA then JavaScript would be an O'Douls. That is to say,
647
JavaScript isn't a functional language in the way that Haskell is, but it has
648
a functional flavor to it. Functional languages are cleaner and easier to test.
649
Favor this style of programming when you can.
0 commit comments