We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
My code:
const hashedPwd= bcrypt.hash('criouser123') getting this error
const hashedPwd= bcrypt.hash('criouser123')
nextTick(callback.bind(this, Error("Illegal arguments: "+(typeof s)+', '+(typeof salt)))); ^ Error: Illegal arguments: string, undefined
Activity