aboutsummaryrefslogtreecommitdiff
path: root/src/content/chapter2_flow_control
Commit message (Collapse)AuthorAge
* Fix typoMatias Kinnunen2024-06-10
|
* it's → it isLars Kappert2024-05-03
|
* Increase consistency and readability a tiny bitLars Kappert2024-05-03
|
* FormatLouis Pilfold2024-04-19
|
* separate case0riginaln02024-04-15
|
* separate case0riginaln02024-04-15
|
* factorial(0) = 1 case added for tail_calls0riginaln02024-04-15
| | | Executing a factorial from zero is expected to return one, not "RangeError: Maximum call stack size exceeded"
* factorial(0) = 1 case added for recursion0riginaln02024-04-15
| | | Executing a factorial from zero is expected to return one, not "RangeError: Maximum call stack size exceeded"
* Add hrefs to code keywordsDimitrii Dulgher2024-04-15
|
* Update pattern aliases en.html to match the code exampleVladimir Kidyaev2024-03-12
|
* Clarify list recursion textAnthony Bullard2024-03-05
| | | The first sentence in this section is hard to parse. I think this rephrasing is more clear.
* text -> enLouis Pilfold2024-02-19
|
* Fix typoDaren Chandisingh2024-02-15
|
* Fix simple typos in lessons (#19)Simon Johansson2024-01-30
|
* Correct mismatched codeLouis Pilfold2024-01-23
|
* Correct other codeLouis Pilfold2024-01-23
|
* Fix "called called" in pattern matchingWesley Moore2024-01-20
|
* Various fixesLouis Pilfold2024-01-18
| | | | Thank you @giacomocavalieri!
* Remove paragraph covered by previous lessonLouis Pilfold2024-01-18
|
* Move recursion lessons togetherLouis Pilfold2024-01-18
|
* Remove `Louis Pilfold2024-01-18
|
* GuardsLouis Pilfold2024-01-02
|
* Add chaptersLouis Pilfold2023-12-21