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