I need to randomly generate objectid in node js.Is there is any way to create.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you mean a MongoDB ObjectID, try this:
|
|||
|
|
|
Let me know if this is what you're looking for.
|
|||||||||
|
|
objectid?Math.random()? – MiniGod Oct 9 '12 at 9:42objectidis, but you can try to take a substring of a md5 of a random number? – MiniGod Oct 9 '12 at 9:57