January 2017
Beginner to intermediate
550 pages
10h 6m
English
Lets do the following exercise:
var my = objectMulti(obj, another_obj, a_third, {
additional: "properties"
});
The additional property should be an own property; all the rest should be mixed into the prototype.
canvas example to practice. Try out different things. Here are some examples:Trapezoid, Rhombus, Kite, and Pentagon. If you want to learn more about the canvas tag, create a Circle constructor too. It will need to overwrite the draw() method of the parent.Read now
Unlock full access