12
In some example code frameworks, libs, etc. I found that anonymous functions were passed with a name to the same.
minhaFuncao(function minhaFuncaoAnonima() {
// ...
});
What is the purpose of naming anonymous functions? It is some standard that should be followed?
"2" makes perfect sense +1.
– Guilherme Nascimento