Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
in the example above, examplefunc function is a higher-order function.
В примере выше, examplefunc является функционалом.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
the actual parameter related with the “funarg” in this case is the anonymous function passed to the examplefunc function.
Фактическим параметром, сопоставленным с фунаргом, в данном случае является анонимная функция, переданная функции examplefunc.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
function examplefunc(funarg) { funarg(); } examplefunc(function () { alert('funarg'); });
function examplefunc(funarg) { funarg(); } examplefunc(function () { alert('funarg'); });
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità: