Classes in typescript & javascript | Typescript for beginners in hindi

preview_player
Показать описание
Classes in TypeScript/JavaScript.
JavaScript Classes were introduced by ECMAScript 2015, sometimes referred to as ES6.  For JavaScript Objects, JavaScript Classes act as templates.

#hindi #urdu #typescript #typescripttutorial #javascript #javascripttutorials #webdevelopment #typescript #ts #hindi #urdu #typescripttutorials #javascript #javascripttutorials #javascripttutorial #tutorial #tutorials #js #ecmascript #ecmascript6 #ecmascript7 #es7 #es6 #ecmascript7 #classes #class #oop #oops #objectorientedprogramming #object #objects
Рекомендации по теме
Комментарии
Автор

Sir thank u so kuch. Ap itni mushkil chezo ko asan krky explain krten..u r d best. Jazakallah

khizrariaz
Автор

MashaAllah teaching way is so simple . easy to understand.

GameKhelo
Автор

Oop ki 4 properties hoti hai encapsulation, inheritance, polymorphism, and abstraction Sir ye bhi to samjhaye abstraction to samjh agai hai

sarad
Автор

Sir facing error when trying to make classe.

Code: -

class school{
name:string;
establishe:number;
address:string;
secondary:string;

constractor(name:string, established:number, addresses:string, secondary1:string){
this.name = name;
this.establishe=established;
this.address=addresses;
this.secondary=secondary1;

}
}

const school1 = new school('F.G PUBLIC SCHOOL', 1950, 'KARACHI CANTT', 'MATRIC')

console.log(school1)
this is my code. Please check

waqaraziz
welcome to shbcf.ru