Javascript expando objects

Well, in javascript, any object is an expando object. What it means is, as the article covers, that whenever you try to access a property1 it will automatically be created. var myObj = {}; // completely empty object myObj.myProp = ‘value’; The moment you assign myProp a value, the property myProp is dynamically created, eventhough … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)