Hello.
Suppose we have an object with a very large number of parameters and functions.
var obj = { param1: Object, param2: Function, param3: 'Вообще, что угодно', ... param_n: 'И еще что-нить' }
How can I add another parameter to this object?
PS :
With the use of the ExtJS
library or without any libraries ( native JS
).