var app = {} app.__proto__ = Object.prototype // это тоже самое что var app = {} или app = Object.create(Object.prototype);