bcrypt.js
bcrypt.js copied to clipboard
Replaced var with const as a good practice acc to ES6
Since, "var" can be accessed anywhere and it's value can be changed, the same can't be done with "const".