dcodeIO / bcrypt.js

Optimized bcrypt in plain JavaScript with zero dependencies.
Other
3.47k stars 264 forks source link

Replaced var with const as a good practice acc to ES6 #147

Open Vishvsalvi opened 10 months ago

Vishvsalvi commented 10 months ago

Since, "var" can be accessed anywhere and it's value can be changed, the same can't be done with "const".