A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
in the example above, examplefunc function is a higher-order function.
В примере выше, examplefunc является функционалом.
Última atualização: 2018-02-21
Frequência de uso: 1
Qualidade:
the actual parameter related with the “funarg” in this case is the anonymous function passed to the examplefunc function.
Фактическим параметром, сопоставленным с фунаргом, в данном случае является анонимная функция, переданная функции examplefunc.
Última atualização: 2018-02-21
Frequência de uso: 1
Qualidade:
function examplefunc(funarg) { funarg(); } examplefunc(function () { alert('funarg'); });
function examplefunc(funarg) { funarg(); } examplefunc(function () { alert('funarg'); });
Última atualização: 2018-02-21
Frequência de uso: 1
Qualidade: