Typescript Interface | What is the difference between interface and type

Поділитися
Вставка
  • Опубліковано 27 вер 2024
  • 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.
    www.youtube.co...
    Mastering Javascript Course Playlist
    • Mastering Javascript C...
    Mastering Typescript Course Playlist
    • Mastering Typescript C...
    Angular Crash Course in Tamil Playlist
    • Angular Crash Course i...
    #jafscodeschooltamil #jafs #jafscodeschool
    Instagram - / jafscodeschool
    Discord - dsc.gg/JAFSCod...
    Website - www.JAFSCodeSc...

КОМЕНТАРІ • 13

  • @gunacodes
    @gunacodes 4 місяці тому

    nice

  • @SUmar-we4cj
    @SUmar-we4cj 9 місяців тому

    thank u annan

  • @nithyasrinivasn9829
    @nithyasrinivasn9829 8 місяців тому

    Are you offering any course for typescript?

    • @JAFSCodeSchoolTamil
      @JAFSCodeSchoolTamil  8 місяців тому

      I have few videos. Check this playlist. ua-cam.com/play/PLXCfOoPnFIbvH-pelIfkCPEO6nQQjX7ur.html

  • @KarthikKarthik-ql4kb
    @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?

  • @nithyasrinivasn9829
    @nithyasrinivasn9829 9 місяців тому

    Thanks brother for clear explanation

  • @Mr_nandha_7
    @Mr_nandha_7 Рік тому

    Nice explain bro 💫🔥

  • @Lokiiiiiiiiiii
    @Lokiiiiiiiiiii Рік тому

    Bro java script with Dom full cover pannunga bro please