Answers for "shortest way to print current year"

0

shortest way to print current year

<script>document.write(new Date().getFullYear())</script>
Posted by: Guest on June-01-2021

Code answers related to "shortest way to print current year"

Browse Popular Code Answers by Language