document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. console.log(book.get(\'author\'));  //--- Douglas Crockford
  2. book.set({ pages : 172 });
  3. console.log(book.get(\'pages\'));   //--- 172
  4.  
  5. shell.render();
  6. shell.setPAges();
');