mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-02-03 04:11:47 +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.