전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
in the example above, examplefunc function is a higher-order function.
В примере выше, examplefunc является функционалом.
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
the actual parameter related with the “funarg” in this case is the anonymous function passed to the examplefunc function.
Фактическим параметром, сопоставленным с фунаргом, в данном случае является анонимная функция, переданная функции examplefunc.
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
function examplefunc(funarg) { funarg(); } examplefunc(function () { alert('funarg'); });
function examplefunc(funarg) { funarg(); } examplefunc(function () { alert('funarg'); });
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질: