Skip to content

Instantly share code, notes, and snippets.

@fishuke
Last active February 3, 2025 13:30
Show Gist options
  • Select an option

  • Save fishuke/4cde7a24546a2e1526e1c7f61b897c6b to your computer and use it in GitHub Desktop.

Select an option

Save fishuke/4cde7a24546a2e1526e1c7f61b897c6b to your computer and use it in GitHub Desktop.
script.js
tst = document.querySelector('input[type="email"]');
tst.value = 'asdd';
tst.value;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment