In some sample code for frameworks, libs, etc. I checked that the anonymous functions were passed with a name for them.
minhaFuncao(function minhaFuncaoAnonima() {
// ...
});
What is the purpose of naming anonymous functions? Is it any...
asked on
30.03.2015 / 20:04