Created
August 6, 2022 16:01
-
-
Save hieptl/254af6af5294b1c53f9323e7b5bf1f4a to your computer and use it in GitHub Desktop.
How to Get the Current Date in Javascript - Step 2
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
const currentDate = new Date(); | |
console.log(currentDate); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment