Skip to content

Instantly share code, notes, and snippets.

@fmgono
Created February 28, 2022 23:50
Show Gist options
  • Save fmgono/17347f3fa94197f1206c4be6cc2e1c7b to your computer and use it in GitHub Desktop.
Save fmgono/17347f3fa94197f1206c4be6cc2e1c7b to your computer and use it in GitHub Desktop.
asa
<html>
<body>
<input type="text" id="name" value="" />
<input type="email" id="email" value="" />
<input type="number" id="age" value="" />
</body>
</html>
<script>
let contactName = 'Fathan'
let contactEmail = 'fmgonoo@gmail.com'
let contactAge = 23
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment