S
Size: a a a
S
S
AK
AK
NK
G
S
к
к
с
DM
makeDeleter(index){
const delete = () => {
return deleteRow(index)
}
return delete;
}
const deleteRowC = R.curryN(2, deleteRow);
const deleter = deleteRowC(index);
deleter(null);
NC
makeDeleter(index){
const delete = () => {
return deleteRow(index)
}
return delete;
}
const deleteRowC = R.curryN(2, deleteRow);
const deleter = deleteRowC(index);
deleter(null);
NK
к
makeDeleter(index){
const delete = () => {
return deleteRow(index)
}
return delete;
}
const deleteRowC = R.curryN(2, deleteRow);
const deleter = deleteRowC(index);
deleter(null);
S
S
S
S
к
DM