Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 285 Bytes

readme.md

File metadata and controls

5 lines (3 loc) · 285 Bytes

An example of a JavaScript prototype

A simple Animal object factory implemented as both a Ruby class and a JavaScript prototype for comparison/learning.

See my blog post for a detailed walk-through.