April 29, 2008

How to create a function using function constructor?

The following example illustrates thisIt creates a function called square with argument x and returns x multiplied by itself.var square = new Function ("x","return x*x");

Subscribe to

Add to Google
Add to My Yahoo!
Subscribe Via Web Feed
kick it on DotNetKicks.com