generate random string
npm install randomstring-plus
``jsconst { getRandomString }= require('randomstring-plus');
jsconst { getRandomString }= require('randomstring-plus');
console.log(getRandomString);``