Skip to content

Instantly share code, notes, and snippets.

@vjui388
Created June 30, 2020 09:26
Show Gist options
  • Save vjui388/d66b9b944cafdd358085eea35d15a11a to your computer and use it in GitHub Desktop.
Save vjui388/d66b9b944cafdd358085eea35d15a11a to your computer and use it in GitHub Desktop.
Input Tahun Inline HTML Menggunakan Script JS
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment