Home > front end >  What's the JS code awareness of how to call,
What's the JS code awareness of how to call,

Time:11-11

({
 
"0" : function (e, t, a) {
E.e xports=a
},
"43759118" : function (e, t, a) {
Var n, r, I=! 1,
O=(a (88981800), a (107740998));
}... There
});


Code above to see, for the first time, he is how to call

CodePudding user response:

Code is not complete, only from the perspective of a given code, the outermost parentheses need parameter is an object, the object's properties corresponding to different function object, such as "0" attribute corresponds to a function object (the function object implements the expose parameter e module to set the interface as a object), "43759118" corresponding to another function objects, etc.
Guess this code may be the definition of a module
So called
Const XXX=new module name ();
XXX [0] (module object, tt, function object or lambada expression)
XXX [43759118] (corresponding parameter)



CodePudding user response:

You this should be compressed code, you should see no compression code

CodePudding user response:

Code is not complete, this is only a small part