Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
Hi,
I have the name of a javascript function as a variable. The function name may be in the form of MyNameSpace.myFunction.
One way is to use eval() but it is generally discouraged to use it.
Is there any other way to call a namespaced function whose name is stored in a variable?
Thanks,
Kapil