Generate Random Key

JS
S
JavaScript

Easy way of generating a 10 random characters key or token

1Math.random().toString(36).slice(2)

Created on 6/28/2019