Skip to content

Commit

Permalink
Merge pull request MostlyAdequate#541 from braxtonchristensen/fix/ch0…
Browse files Browse the repository at this point in the history
…5/hint-for-exercise-3

fix(ch05): hint change
  • Loading branch information
KtorZ authored Nov 8, 2019
2 parents e970159 + 3ae61c4 commit e7fab87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch05.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ const averageDollarValue = (cars) => {

{% exercise %}
Refactor `fastestCar` using `compose()` and other functions in pointfree-style. Hint, the
`flip` function may come in handy.
`append` function may come in handy.

{% initial src="./exercises/ch05/exercise_c.js#L4;" %}
```js
Expand Down

0 comments on commit e7fab87

Please sign in to comment.