mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-14 04:06:07 +09:00
Minor grammatical fixes
This commit is contained in:
+11
-11
@@ -1,13 +1,13 @@
|
||||
const add = function() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
const subtract = function() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
const sum = function() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
const multiply = function() {
|
||||
@@ -15,18 +15,18 @@ const multiply = function() {
|
||||
}
|
||||
|
||||
const power = function() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
const factorial = function() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
add,
|
||||
subtract,
|
||||
sum,
|
||||
multiply,
|
||||
power,
|
||||
factorial
|
||||
add,
|
||||
subtract,
|
||||
sum,
|
||||
multiply,
|
||||
power,
|
||||
factorial
|
||||
}
|
||||
Reference in New Issue
Block a user