alchaplinsky / hard-rock-coffeescript

CoffeeScript Book
https://alchaplinsky.github.io/hard-rock-coffeescript/
112 stars 11 forks source link

Inconsistent text in Inheritance & Super #6

Open AlexVPopov opened 9 years ago

AlexVPopov commented 9 years ago

On the page Inheritance & Super the following paragraph:

This class extends Guitar, which means that it has all the characteristics of the parent class. The constructor and profit functions are exactly the same, the only difference is that you make a call to Fender instead of Guitar when constructing an instance.

doesn't make much sense in the context. What are Fender and the profit functions and where were they previously mentioned/defined?

alchaplinsky commented 9 years ago

Will look into it