Skip to content

Instantly share code, notes, and snippets.

@JohnnyJumper
Created February 4, 2021 06:23
Show Gist options
  • Save JohnnyJumper/009d4c7dcdf0105933c051e288a1a0f5 to your computer and use it in GitHub Desktop.
Save JohnnyJumper/009d4c7dcdf0105933c051e288a1a0f5 to your computer and use it in GitHub Desktop.
async function resolve() {
const userInput = document.getElementById("input").value;
console.log({ domain: userInput });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment