javascript - What does it mean when there is an unnamed object with function inside? -
reading javascript files , couldn't understand piece of code. object function in it. how understand it?
{ // static methods function getcurrent() { return obj[k].instance } }
this not object. block statement used grouping statements. in case groups static methods.