Created
October 25, 2021 18:09
-
-
Save Octagon-simon/365a39ac776102101475938548b1b0c8 to your computer and use it in GitHub Desktop.
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
| <script> | |
| function myfunc(x = "this") { | |
| var dataValue = x.value; | |
| console.log(dataValue); | |
| } | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment