diff --git a/exercises/ch04/exercise_b.js b/exercises/ch04/exercise_b.js index 2e0a01e8..3de354dc 100644 --- a/exercises/ch04/exercise_b.js +++ b/exercises/ch04/exercise_b.js @@ -1,4 +1,4 @@ // Refactor to remove all arguments by partially applying the functions. // filterQs :: [String] -> [String] -const filterQs = xs => filter(x => x.match(/q/i), xs); +// const filterQs = xs => filter(x => match(/q/i, x), xs);