Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSekyere committed Feb 20, 2019
2 parents 6f2323a + 9d0e6aa commit 058a613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ console.log(divNums2);
let avg = math.average(14, 25, 30, 5, 10);
console.log(avg);

let isEvenNum = math.average(14);
let isEvenNum = math.isEven(14);
console.log(isEvenNum);
```

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 058a613

Please sign in to comment.