diff --git a/exercises/1_getting_started/solution/solution.js b/exercises/1_getting_started/solution/solution.js index 81ba5c3..bdc5743 100644 --- a/exercises/1_getting_started/solution/solution.js +++ b/exercises/1_getting_started/solution/solution.js @@ -1,14 +1,7 @@ -diff --git a/exercises/1_getting_startet/solution/solution.js b/exercises/1_getting_startet/solution/solution.js -deleted file mode 100644 -index 86a01dd..0000000 ---- a/exercises/1_getting_startet/solution/solution.js -+++ /dev/null -@@ -1,7 +0,0 @@ --var _ = require("lodash"); -- --var filterwhere = function(item){ -- return _.where(item, {active: true}); --}; -- --module.exports = filterwhere; -\ No newline at end of file +var _ = require("lodash"); + +var filterwhere = function(item){ + return _.where(item, {active: true}); +}; + +module.exports = filterwhere; diff --git a/exercises/menu.json b/exercises/menu.json index e85eb6c..5956492 100644 --- a/exercises/menu.json +++ b/exercises/menu.json @@ -6,6 +6,4 @@ "5: Count the Comments", "6: Give Me an Overview", "7: Analyze" - // "8: Start templating", - // "9: To-do Template" -] +] \ No newline at end of file