Creates a global unique identifier (GUID) with alpha-numeric character blocks, for example:
const guid = require('./common/guid'); let myId = guid(); // `abcd1234-abcd-12as-7656-ab12iu78bng9y987`
Next: store