mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-03 14:01:27 -05:00
* Added a tip and a statement The statement says that using only 'if' is ok but 'else' and 'else if' can't be used without 'if'. And the tip column is for optimization, it is clearly explained with two examples. * Formatting