oops remove testing stuff
This commit is contained in:
parent
9dc971fbf6
commit
34ad493fc5
1 changed files with 0 additions and 12 deletions
12
src/curry.js
12
src/curry.js
|
@ -69,15 +69,3 @@ export function curry(func) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const a = curry(
|
|
||||||
/**
|
|
||||||
* @param {number} a
|
|
||||||
* @param {number} b
|
|
||||||
* @param {number} c
|
|
||||||
*/
|
|
||||||
(a, b, c) => a + b + c
|
|
||||||
)
|
|
||||||
const b = a(1)
|
|
||||||
const c = b(1)
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue