June 2018
Beginner
288 pages
6h 31m
English
Classes are the most fundamental part of OO programming, and yet, in the earlier versions, JavaScript did not have an explicit keyword to define classes. It was never clear if we were working with a class or a function. Serious OO programming requires more rigorous syntax and a clearer specification for creating and using classes. Modern JavaScript delivers that quite well, fortunately.
We’ll quickly revisit the classes of the past, which were masquerading as functions, so we can have a greater appreciation for the updated OO features that are now available in the language. Then we’ll dive into the facilities to create classes—language capabilities that are bound to please the OO programmer in you.
To create ...
Read now
Unlock full access