In the spirit of personal kaizen , I have listed below a few books that I read (or reread) over the past year that you may want to read as part of your own continuous improvement journey.
function HotDog ( ) { this . condiments = "mustard, ketchup" ; this . getCondiments = function ( ) { return this . condiments ; //this is expected to be a reference to the current instance } }