Freecodecamp keeps crashing at the same spot

you have create an infinite loop and an ever growing array. once the array becomes too big, the browser crashes.
try writing first the variable change so it is not an infinite loop anymore

1 Like