mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
551c97feb1
* Update: Added info re uppercase and lowercase Included information to explain that lowercase and camelCase can be used for const identifiers. * Fix: corrected mutable to immutable I corrected the error that uppercase is used for mutable values. * Fix: changed ** ** to <strong></strong> I changed the markdown ** ** to <strong></strong>, as I was informed that ** didin't work.