Skip to content

Instantly share code, notes, and snippets.

@ranwahle
Created October 2, 2022 16:09
Show Gist options
  • Save ranwahle/026a3cba95aabe686b3cff4ddf8b252b to your computer and use it in GitHub Desktop.
Save ranwahle/026a3cba95aabe686b3cff4ddf8b252b to your computer and use it in GitHub Desktop.
const form = document.querySelector("form");
form.addEventListener("submit", submitUserData);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment