This practical lesson explores JavaScript Constructor Methods and Prototypes. A constructor method attaches itself to an instance of the constructor object, a prototype does not and is attached directly to the constructor.
This lesson is intended for anyone who wants to learn about JavaScript Constructor Methods and Prototypes.
Anyone with an interest in using the rest operator in JavaScript or who wants to improve their knowledge of JavaScript in general.