Using the interactive console in IE11 (F12), I have static object
user=> a={a:5,b:6} [object Object] { a : 5 , b : 6 } user=> a.l=6 object does not support this property The first line of the Console says :
The attached page targets document mode 5. Some console APIs and features may not be available. Yes, indeed, some API are not accessible!
How can I get dynamic object with javascript in IE11?

user=>part is supposed to be, I just did thea=part which assignsatowindow