Skip to content

Instantly share code, notes, and snippets.

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