mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-19 06:33:24 +09:00
Added test cases
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
function add () {
|
||||
|
||||
}
|
||||
|
||||
function subtract () {
|
||||
|
||||
}
|
||||
|
||||
function sum () {
|
||||
|
||||
}
|
||||
|
||||
function multiply () {
|
||||
|
||||
}
|
||||
|
||||
function power() {
|
||||
|
||||
}
|
||||
|
||||
function factorial() {
|
||||
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
add,
|
||||
subtract,
|
||||
sum,
|
||||
multiply,
|
||||
power,
|
||||
factorial
|
||||
}
|
||||
Reference in New Issue
Block a user