JavaScript Tutorial/Function/Dynamic Function — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
 
м (1 версия)
 
(нет различий)

Текущая версия на 11:24, 26 мая 2010

Functions as Objects (Create the dynamic Function) (IE)

The syntax for this type of function is more like the declaration of a variable.



   <source lang="javascript">

var varName = new Function(argument1,...,lastArgument);</source>