Last active
March 18, 2020 18:40
-
-
Save AnandChowdhary/3c0400b29a18a2afff7a23e2a3308c22 to your computer and use it in GitHub Desktop.
Just a console.log to test run-url
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 moment = require("moment"); | |
console.log("Date", moment()); |
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
console.log("Date", new Date()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment