document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. map(function(x){ return x*2; }, {d: 3, e: 4}); //=> {d: 6, e: 8}
');