0 votes
in NodeJS Essentials by

Which of the following is used to generate UUIDs in Node.js?

A) uuid()

B) uuidv1()

C) uuidv4()

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: uuid(), uuidv1(), and uuidv4() are all used to generate UUIDs in Node.js.

...