mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-18 19:00:54 -04:00
Changed a = a + 1 to a++ in implementation section. It is best practice to use a++ rather than a = a + 1
Changed a = a + 1 to a++ in implementation section. It is best practice to use a++ rather than a = a + 1