We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b147d5b commit da48876Copy full SHA for da48876
PickerComponent/src/js/store/reducers.js
@@ -63,5 +63,3 @@ function curry(fn) {
63
function add(num1,num2) {
64
return num1 + num2 ;
65
}
66
-
67
-console.log(curry(add,5,8)(7));
0 commit comments