Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created October 25, 2021 18:09
Show Gist options
  • Select an option

  • Save Octagon-simon/365a39ac776102101475938548b1b0c8 to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/365a39ac776102101475938548b1b0c8 to your computer and use it in GitHub Desktop.
<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