OOP Javascript, get instance name -
i have object , write instance:
var table1=new searchtable(someoptions)
is there anyway "table1" programatically inside object?
no. objects have no knowledge of variables , properties (there can multiple) assigned to.
Comments
Post a Comment