NguyenTuanCanh

Results 2 issues of NguyenTuanCanh

Instead of using inverted conditions, you should strive to write code that is clear and readable by using original (non-negated) conditions and providing meaningful variable and function names. This helps...

Changes made: 1. Removed unnecessary nested promises by chaining then() calls. 2. Used forEach loop instead of for loop for iterating over codeLines. 3. Replaced indexOf with includes for checking...