De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
in the example above, examplefunc function is a higher-order function.
В примере выше, examplefunc является функционалом.
Última actualización: 2018-02-21
Frecuencia de uso: 1
Calidad:
the actual parameter related with the “funarg” in this case is the anonymous function passed to the examplefunc function.
Фактическим параметром, сопоставленным с фунаргом, в данном случае является анонимная функция, переданная функции examplefunc.
Última actualización: 2018-02-21
Frecuencia de uso: 1
Calidad:
function examplefunc(funarg) { funarg(); } examplefunc(function () { alert('funarg'); });
function examplefunc(funarg) { funarg(); } examplefunc(function () { alert('funarg'); });
Última actualización: 2018-02-21
Frecuencia de uso: 1
Calidad: