Typescript Interface | What is the difference between interface and type

preview_player
Показать описание
Hi Guys. This video is part of Typescript Course. In this video we will learn what is Interface. We will learn how to implement it. We will also learn to extend multiple interfaces. Also will discuss the differences between interface and types.

Subscribe to the channel by clicking the link below, so that you will not miss any updates.

Mastering Javascript Course Playlist

Mastering Typescript Course Playlist

Angular Crash Course in Tamil Playlist

#jafscodeschooltamil #jafs #jafscodeschool

Рекомендации по теме
Комментарии
Автор

Are you offering any course for typescript?

nithyasrinivasn
Автор

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?

KarthikKarthik-qlkb
Автор

Bro java script with Dom full cover pannunga bro please

Lokiiiiiiiiiii
welcome to shbcf.ru