Am 12.04.2007 um 18:16 schrieb Mike Alsup:

The difference between a function declaration and a function
expression is when the actual "function object" gets created.  The
easiest way to think of it is that function declarations are always
available and function expressions are not available until they have
been evaluated.  [...]

Many thx to all responders!

I wondered if there's maybe some speed issue on that topic. But as far as i read about it now, its only a question at which point the function object is available.

Again, thx for figure this out.

--
Olaf Gleba




Reply via email to