mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 02:05:08 +08:00
Update CONTRIBUTING.md
Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
@ -71,7 +71,7 @@ To maximize the readability and correctness of our code, we require that new sub
|
||||
|
||||
```
|
||||
- Avoid using global variables and avoid '=='
|
||||
- use 'let' over 'var'
|
||||
- Please use 'let' over 'var'
|
||||
- Better to use ECMAScript 6
|
||||
- Avoid importing external libraries for basic algorithms. Only use those libraries for complicated algorithms.
|
||||
|
||||
|
Reference in New Issue
Block a user