Created
June 30, 2020 09:26
-
-
Save vjui388/d66b9b944cafdd358085eea35d15a11a to your computer and use it in GitHub Desktop.
Input Tahun Inline HTML Menggunakan Script JS
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 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