Hacker News new | ask | show | jobs
by gitgud 2199 days ago
Quick GUID's in JavaScript

    Math.random().toString(32).slice(2,10)
Gives you an 8 character GUID.... but maybe don't use it for anything important....