function joke() {
  if (this.goesHard()) {
    return joke()
  }
  else {
    return bibleVerse()
  }
}