Monday, October 2, 2017

RANDOM STRING GENERATOR

https://repl.it/languages/javascript



Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);

No comments:

Post a Comment

Scripting for the Web Final

I spent a lot of time working on my updated portfolio website this semester. Here's an excerpt of the reflection post I wrote (because t...