Check if the chapter number is out of range
bool isChapterOutOfRange(int value) { return isOutOfRange(value, 1, chapters.length); }