10-04-2010, 04:55 PM
(10-04-2010, 03:18 PM)Jake Wrote: Meh, seems like it moves too fast and uses too many advanced descriptions for beginners e.g. "A Method provides information about, and access to, a single method on a class or interface. The reflected method may be a class method or an instance method. A Method permits widening conversions to occur when matching the actual parameters to invokewith the underlying method's formal parameters, but it throws an IllegalArgumentException if a narrowing conversion would occur. "
Otherwise, pretty good job, thanks for the guide.
Thats where, if I didn't know anything about javascript, that I would research it up on google. For coding, you should always have more than one source for a knowledge base. If you look things up yourself, chances are that you will learn more because you took the time to read up about it and figure it out for yourslef. Rather than have something just told to you.