const say = (what) => { console.log(what);}const dog = (action) => { action('bork');};const hoomen = (action) => { action('high');};dog(say);hoomen(say);
해당 댓글은 삭제되었습니다.
this가 있으면 함수형이 아닙니다
this is not a fp