JavaScript
JavaScript string repeat count was too large
JavaScript rejected a string repeat operation because the requested output would be too large.
JavaScript
JavaScript rejected a string repeat operation because the requested output would be too large.
Observed message
RangeError: repeat count must be less than infinity
Why it happens
How to fix it
Official reference
MDN: RangeError: repeat count must be less than infinityRelated errors
Explore more