Sunday, March 1, 2015

nodejs using variable in function scope

use function scope

(function(v){
})
(v2);

No comments:

Post a Comment