Skip to content

Commit

Permalink
feat: add two
Browse files Browse the repository at this point in the history
  • Loading branch information
andyMrtnzP committed Nov 25, 2024
1 parent 40b7f9e commit 76fa180
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion advanced-math.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
const addOne = (x) => x + 1;
const takeOne = (x) => x - 1;
const addTwo = (x) => x + 2;

module.exports = {
addOne,
takeOne,
}
addTwo,
}

0 comments on commit 76fa180

Please sign in to comment.