Hi,
Maybe i should take a break,- i don't get the point what differences it makes defining a function as a named or a anonymous function.
function xxx () {
...
}
var xxx = function() {
...
}
What are the advantages and disadvantages of both of them?
Thx in advance.
--
Olaf Gleba

