mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-02 15:04:31 -05:00
* Add the text article Infinite Loop to my article The article "##Infinite Loop by opposite iteration##" gives an example to new java programmer as to how a program can go into infinite loop if we increment the value of i instead of decrementing it and vice-versa. It is a basic but an important example for new coders. * Update index.md * Add Infinite Loop by update This article will give new programmers the example of infinite loop when we increment the value instead of decrementing and vice-versa. * Fixed several formatting issues