Which of the following is used to generate UUIDs in Node.js?
A) uuid()
B) uuidv1()
C) uuidv4()
D) all of the above
Answer: D
Explanation: uuid(), uuidv1(), and uuidv4() are all used to generate UUIDs in Node.js.