JS random string for api key

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

Comments

Popular posts from this blog

How to Make A Reusable Image Slideshow HTML Component With Vanilla JavaScript

HTML Tags and Inline CSS that Work In Plotly.js Title

How to Type Spaces In HTML Input And Display In the Browser