Subj : Re: name of the class To : Matjaz Ostroversnik From : Brendan Eich Date : Thu Dec 09 2004 09:32 pm Matjaz Ostroversnik wrote: > Hi all, > > Is there a way to get a class name inside the class method ? > I know arguments.callee.name, but that works only in constructor. this.constructor.name will work in general. /be .