five(fn) {
return fn.call(void 0, 5)
}
function three(fn){
return fn ? fn.call(void 0, 3) : 3;
}
Спасибо!
Обсуждают сегодня