``` JavaScript var model = new Observable({"test": "testValue"}); model.set("test", "secondTestValue"); ``` Results in two `propertyChange` events notification.
Results in two
propertyChangeevents notification.