N/A, but I made sure to note that the `length` property of an array [[ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/length | can never be a negative number, and only a positive integer greater than or equal to 0 ]]. So `nouns.length` is guaranteed to be greater than 1 if the `maxNumberOfNouns === 1` conditional is reached.