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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -