JavaScript Tutorial/Function/Dynamic Function

Материал из Web эксперт
Версия от 18:52, 25 мая 2010; (обсуждение)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

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

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



var varName = new Function(argument1,...,lastArgument);