Last active
February 3, 2025 13:30
-
-
Save fishuke/4cde7a24546a2e1526e1c7f61b897c6b to your computer and use it in GitHub Desktop.
script.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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