Skip to content

Instantly share code, notes, and snippets.

@samholmes
Created April 16, 2011 09:23
Show Gist options
  • Save samholmes/923010 to your computer and use it in GitHub Desktop.
Save samholmes/923010 to your computer and use it in GitHub Desktop.
$ node test.js
0.5961614400148392
0.5961614400148392
module.exports = Math.random();
var time = require('./module.js');
var time2 = require('./module.js');
console.log(time);
delete time;
console.log(time2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment