fix: removed thanks and username references in english guide (#34946)

This commit is contained in:
Randell Dawson
2019-03-27 09:55:49 -07:00
committed by The Coding Aviator
parent c859c9c279
commit 6f5610c4f3
58 changed files with 13 additions and 176 deletions

View File

@ -43,6 +43,11 @@ _You need to freeze the `MATH_CONSTANTS` object so that no one is able to alter
By using Object.freeze() on `MATH_CONSTANTS` we can avoid manipulating it.
### Resources
- ["Object.freeze()" - *MDN Javascript reference*](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze)
## ![:clipboard:](https://forum.freecodecamp.com/images/emoji/emoji_one/clipboard.png?v=3 ":clipboard:") NOTES FOR CONTRIBUTIONS:
* ![:warning:](https://forum.freecodecamp.com/images/emoji/emoji_one/warning.png?v=3 ":warning:") **DO NOT** add solutions that are similar to any existing solutions. If you think it is **_similar but better_**, then try to merge (or replace) the existing similar solution.
* Add an explanation of your solution.
* Categorize the solution in one of the following categories — **Basic**, **Intermediate** and **Advanced**. ![:traffic_light:](https://forum.freecodecamp.com/images/emoji/emoji_one/traffic_light.png?v=3 ":traffic_light:")