0 yogi posted __proto__ VS prototype in JavaScript What are the differences between __proto__ and prototype properties ? Edit Question
0 Mitul Dabhi answered Nov 30 '-1 00:00 object in JavaScript , inherit method and properties from Object.prototype __porto__ is property of Object.prototype var p = {}; a.prototype.__proto__ = p; Edit Answer