Skip to content

Instantly share code, notes, and snippets.

@couto
Last active February 8, 2016 20:33
Show Gist options
  • Save couto/47fb87703b45ba49b6f0 to your computer and use it in GitHub Desktop.
Save couto/47fb87703b45ba49b6f0 to your computer and use it in GitHub Desktop.
What's the value being logged?
var hello = require('./hello.json');
hello.hello = 100;
var a = require('./a.js');
var hello = require('./hello.json');
console.log(hello);
{
"hello": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment