I want call local scope in outside my function how i can do it without making the variable on a globally.. snapAuthor
(function(){
var snapAuthor=AuthorsInfo.filter(function(a){return a.name==='<data:title/>'})[0];
});
console.log(snapAuthor); // snapAuthor is not defined