Resolved! Can anybody please explain why we initialize Object using this? What is the significance? Code below
Please help me understand the significance of initializing with this keyword here. Even without this the code will work, if we pass the parameters to function ( assuming function is returning something).. SPCart.prototype.initialize = function(cart...