var deeplyNestedFunction = function() { var private_object = { year: '2013' }; // Globalize it for debugging: pub = private_object; }; // Now from the console (Chrome dev tools, firefox tools, etc) pub.year;