ZIM Capture: 36. Extending ZIM - #HTML #Canvas #JavaScript, #CreateJS, #ZIMjs

preview_player
Показать описание
ZIM Capture: 36. Extending ZIM - Inheritance with override
Рекомендации по теме
Комментарии
Автор

You can now extend ZIM in ES6 by using (sorry, no indenting):
class Car extends Container {
constructor() {
super(); // call the super constructor before using the keyword this
// blah blah
}
}
// no extends down here needed.

ZIMLEARN
welcome to shbcf.ru