Observe Data Change in JavaScript

const store = observable({
    count: 0
});