Given the following JavaScript:
var someFunction = function(id) { //do some stuff var modifyId = function(id) { //do some stuff outer.id = id;
Why can't you just rename one of the variables?