Skip to content

Instantly share code, notes, and snippets.

@4bars
Created November 27, 2020 17:01
Show Gist options
  • Save 4bars/68eb1da351182926dc3e7c6d21638f63 to your computer and use it in GitHub Desktop.
Save 4bars/68eb1da351182926dc3e7c6d21638f63 to your computer and use it in GitHub Desktop.
Node Script
// node:
var moment = require('moment');
function f() {
return "test";
}
console.log(f())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment