$ npm install uuid const uuidv4 = require("uuid/v4") uuidv4() // expected: 1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed
//you can just use date as id Date.now() // returns 1576996323453