document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. map({on: 1, off: 0}, [\'on\', \'on\', \'off\', \'on\', \'off\']); //=> [1, 1, 0, 1, 0]
');