Wednesday, 19th March 2003
Javascript prototypes
Andrew Hayward (a friend from Uni who has recently started blogging) has been playing with javascript’s prototypes. prototype
is a value related to a particular class from which all instances of that class are created—only in javascript classes are actually functions... and then it all gets really complicated.