1'use strict'; 2Object.defineProperty( 3 Object.prototype, 4 'flatten', { 5 enumerable: false, 6 // purposefully named something that 7 // would never land in JS itself 8 value: function smoosh() {} 9 } 10); 11