Skip to content

Commit da48876

Browse files
committed
test master branch
1 parent b147d5b commit da48876

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PickerComponent/src/js/store/reducers.js

-2
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,3 @@ function curry(fn) {
6363
function add(num1,num2) {
6464
return num1 + num2 ;
6565
}
66-
67-
console.log(curry(add,5,8)(7));

0 commit comments

Comments
 (0)