👨💻
Pinned Loading
-
-
Obscure Email Address with Javascrip...
Obscure Email Address with Javascript. Partially hide an email address to make it unreadable for others 1const email = "[email protected]";
23const obscureText = (text) =>
4text.replace(text.substring(1, text.length - 1), '***');
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.