inheritance (1)

Javascript the Good Parts

Chaper 1: Good Parts JavaScript has more in common with Lisp and Scheme than it does with Java. It is Lisp in C’s clothing. The bad ideas include: a programming model based on global variables. JavaScript depends on global variables for linkage. The good ideas…

Continue reading...