Faker JS UUID Contoh

let uuid = faker.random.uuid();
console.log(uuid);
Busy Bee