I have few videos. Check this playlist. kzbin.info/aero/PLXCfOoPnFIbvH-pelIfkCPEO6nQQjX7ur
@KarthikKarthik-ql4kb Жыл бұрын
Bro i tried to set implements "type" to class , it was worked as usual no error type Employee = { name: string age: number } class EmployeeDetails implements Employee { name: string = 'karthik' age: number = 30 } let employee = new EmployeeDetails() console.log(employee.age) //30 its possible to implements type as well like interface, then whats the diffrence?
@JAFSCodeSchoolTamil Жыл бұрын
Watch the video from 15.32 bro.
@Lokiiiiiiiiiii Жыл бұрын
Bro java script with Dom full cover pannunga bro please