From 5c1b4e79ae4e6d68980a004e2a28bada7c22a52e Mon Sep 17 00:00:00 2001 From: vinayak Date: Sun, 3 May 2020 20:08:41 +0530 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Christian Clauss --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71a083c4c..4819169cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.