Painting Blue Code
Simple, self-explanatory code snippets.
2020-05-01
JavaScript - Get a string made with a few random characters
base 36 remove "0." first few chars
Math.random()
.
toString(36)
.substring(
2
).substring(
0,4
);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment