timoxley / functional-javascript-workshop

A functional javascript workshop. No libraries required (i.e. no underscore), just ES5.
2.06k stars 439 forks source link

"Higher order functions" always passes #102

Open Ellipsis753 opened 9 years ago

Ellipsis753 commented 9 years ago

https://github.com/timoxley/functional-javascript-workshop/blob/master/exercises/higher_order_functions/exercise.js

I tried to fix this but sadly without success. It seems to just pass every solution including: module.exports = function() {}

I think it might just be comparing return values only (undefined).

All the best and good luck.

Kind regards, Shanee Vanstone.

vladikoff commented 7 years ago

Yeap, this needs to be fixed..