Eight Weeks of Prototype: Week 8, A Complete Prototype Example
By Quentin Zervaas.
This is just a quick note to say that the eighth and final article in the series Eight Weeks of Prototype is running slightly late, but will be published in the next couple of days.
By Quentin Zervaas. So far in Eight Weeks of Prototype I have covered the most important aspects of developing robust JavaScript using Prototype; however I haven’t covered every available feature. In this article I will briefly discuss other aspects of development with Prototype, that while aren’t necessarily core knowledge are still useful.
By Quentin Zervaas. In this, the third article in the "Eight Weeks of Prototype" series, I will teach you about the different data types that can be used in Prototype (on top of the existing JavaScript data types). We will firstly look at the basic string and number types, then look at enumerable types such as arrays and hashes.