Using "i" as a for loop counter cause trouble
- learn@rightKlicks
- May 3, 2022
- 1 min read
Updated: May 4, 2022

The platform has reserved names, which should also never be used for your own variables: answer, current, previous etc.
Symptoms would be for loops that end early or go infinite.
Comments