%PDF- %PDF-
Direktori : /var/www/html/hr/api/vendor/scrivo/highlight.php/test/markup/javascript/ |
Current File : /var/www/html/hr/api/vendor/scrivo/highlight.php/test/markup/javascript/class.txt |
class Car extends Vehicle { constructor(speed, cost) { super(speed); var c = Symbol('cost'); this[c] = cost; this.intro = `This is a car runs at ${speed}.`; } }