П
Size: a a a
П
V🦖
class (constructor function) function Employee() { this.empName= "empName"; if(this.constructor === Employee){ throw new Error("FYI: Instance of Abstract class cannot be instantiated"); } } ; // Method (function) of our abstract class Employee.prototype.display=function() { return this.empName; } var employee = new Employee();
Ну есть примерно такая хуйняП
V🦖
VV
П
П
V🦖
П
П
П
П
V🦖
СХ
СХ
OH
E
V🦖
V🦖
E