freeCodeCamp / demo-projects

Example certification projects for our programming curriculum
https://www.freecodecamp.org/learn
BSD 3-Clause "New" or "Revised" License
142 stars 89 forks source link

fix: remove non-descriptive var named stuff #565

Closed 1jds closed 8 months ago

1jds commented 8 months ago

Checklist:

Closes #XXXXX

This is a twin PR to one against the boilerplate-project-american-british-english-translator repo (https://github.com/freeCodeCamp/boilerplate-project-american-british-english-translator/pull/31).

The reason for this PR is because the variable name 'stuff' is not descriptive or semantic. Changing this will help campers reading the code follow along, and also make the codebase read more professionally.