Generate random password or uniqid with length customization
npm install randomidRandomID is capable of generating codes with the alphanumeric characters with and without capital letters (a-z, A-Z, 0-9).
npm install randomid
`
Require randomID and call the function:
`javascript
var randomid = require('randomid')console.log(randomid(24))
``The function has only one property. It's a length of the result. The default length is 8.