mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-25 14:14:16 +08:00

I modified the whitespace in the files and changed single quotes to double quotes. I also changed some `==` and `!=` operators to `===` and `!==` to comply with JSLint.