From professional translators, enterprises, web pages and freely available translation repositories.
in the example above, examplefunc function is a higher-order function.
В примере выше, examplefunc является функционалом.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
the actual parameter related with the “funarg” in this case is the anonymous function passed to the examplefunc function.
Фактическим параметром, сопоставленным с фунаргом, в данном случае является анонимная функция, переданная функции examplefunc.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
function examplefunc(funarg) { funarg(); } examplefunc(function () { alert('funarg'); });
function examplefunc(funarg) { funarg(); } examplefunc(function () { alert('funarg'); });
Last Update: 2018-02-21
Usage Frequency: 1
Quality: