Skip to content

Instantly share code, notes, and snippets.

@atsuya
Created January 9, 2012 07:30
Show Gist options
  • Save atsuya/1581668 to your computer and use it in GitHub Desktop.
Save atsuya/1581668 to your computer and use it in GitHub Desktop.
name conflict
var url = require('url');
var test = function(url) {
console.log(url);
};
test('aaa');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment