Skip to content

Instantly share code, notes, and snippets.

View fmgono's full-sized avatar

Fathan Margono fmgono

View GitHub Profile
@fmgono
fmgono / test.html
Created February 28, 2022 23:50
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'