There was an error while loading. Please reload this page.
1 parent 31cd69e commit 5c1b4e7Copy full SHA for 5c1b4e7
CONTRIBUTING.md
@@ -71,7 +71,7 @@ To maximize the readability and correctness of our code, we require that new sub
71
72
```
73
- Avoid using global variables and avoid '=='
74
-- use 'let' over 'var'
+- Please use 'let' over 'var'
75
- Better to use ECMAScript 6
76
- Avoid importing external libraries for basic algorithms. Only use those libraries for complicated algorithms.
77
0 commit comments