fix: removed thanks and username references in english guide (#34946)
This commit is contained in:
committed by
The Coding Aviator
parent
c859c9c279
commit
6f5610c4f3
@ -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)
|
||||
|
||||
##  NOTES FOR CONTRIBUTIONS:
|
||||
|
||||
*  **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**. 
|
||||
|
Reference in New Issue
Block a user