Open innerWang opened 5 years ago
function add(a,b){ return a+b}; function add(a){ return function(b){ return a+b; } }