nodejs -> ldapjs… why the returned value is undefined and the real value of client.bind comes second?
on my server side (nodejs), I have a file that calls a function (ldapjs) in another file but the returned value is undefined. The true value of client.bind is then displayed but it is not returned to the first file.