Your first intro to typescript docs

Поделиться
HTML-код
  • Опубликовано: 26 янв 2025
  • НаукаНаука

Комментарии • 58

  • @HiteshCodeLab
    @HiteshCodeLab  2 года назад +39

    Just a note, videos are in 4K 😀

  • @iftikharhussain1823
    @iftikharhussain1823 Год назад +11

    I have done it:
    1- string
    2- number
    3- boolean
    4- Arrays
    5- any
    6- noImplicitAny
    7- const
    8- var
    9- let
    10- Function and its types
    11- Object and its types
    12- Union Types
    13- Type Aliases
    14- Interfaces
    15- Type Assertions
    16- Literal Types
    17- null
    18-undefined
    19- Enums
    20 bigInt
    21 Symbol

  • @unyieldingjarnail
    @unyieldingjarnail 2 года назад +6

    Great to go through from each with examples. Here is list:
    primitives: string, number, and boolean
    Arrays
    any
    noImplicitAny
    const , var , let
    Functions
    Object Types
    Union Types
    Type Aliases
    Interfaces
    Type Assertions
    Literal Types
    null and undefined
    Enums
    Less Common Primitives: bigint, symbol

  • @igormartins7186
    @igormartins7186 Год назад +1

    I'm brazilian and I see your videos with subtitles in portuguese, this help me very much. Thanks

  • @pixiedev
    @pixiedev 2 года назад +3

    Just a note, your way of teaching is awesome 😀.

  • @ankushladani496
    @ankushladani496 2 года назад +12

    Homework Done:
    // string
    // number
    // boolean
    // Arrays
    // any
    // noImplicitAny
    // const
    // var
    // let
    // Function and its types
    // Object and its types
    // Union Types
    // Type Aliases
    // Interfaces
    // Type Assertions
    // Literal Types
    // null
    // undefined
    // Enums
    // bigInt
    // Symbol

    • @omjogani
      @omjogani 2 года назад

      Ha Ladani, ha moj ha

  • @devrajjangid3418
    @devrajjangid3418 2 года назад +3

    Love you sir
    You have helped me a lot in learning programming.

  • @pranayalone483
    @pranayalone483 Год назад

    Very Good Series appreciate your efforts

  • @lifeisniche
    @lifeisniche 2 года назад +2

    Ahha it is great. Things sounds easy because I have already started to learning a little form here n there and I will for sure get perfect understanding by watching your series. I have also started using TS with react projects but it ain't easy as it seems for now 😅😅

    • @lifeisniche
      @lifeisniche 2 года назад +2

      I have used w3schools for getting started with TS by the way😉.

    • @HiteshCodeLab
      @HiteshCodeLab  2 года назад +2

      We will go all indepth with official docs

    • @lifeisniche
      @lifeisniche 2 года назад +1

      @@HiteshCodeLab great looking forward for all your video 😃

  • @sandip_kanzariya8476
    @sandip_kanzariya8476 2 года назад

    Smile is awesome 🥰🥰
    I like it.
    Keep smiling 😃😃

  • @avtourist-surgut
    @avtourist-surgut 2 года назад +1

    Thank you Maestro !!!

  • @bharatchandran9845
    @bharatchandran9845 2 года назад

    Type in typescript:
    Primitive: string, number and boolean
    Arrays
    any
    noImplicitAny
    Type Annotation on variables
    Functions
    anonymous functions
    Object Types
    Union Types
    Type Aliases
    Interfaces
    Type Assertions
    Literal Types
    null and undefined
    enums
    Less Common Primitives

  • @patelronak153
    @patelronak153 2 года назад

    Amazing series 🤩🚀🚀❤️

  • @tech-updates
    @tech-updates 2 года назад

    Using proptype and typescript both in same place are painful in react, suggestions are welcomed

  • @pixiedev
    @pixiedev 2 года назад

    I ❤️ Your way of talking and explaining can we get a video on how can we explain our skills/projects in interview.

  • @venkateshlingampally7220
    @venkateshlingampally7220 2 года назад

    You are rocking 🔥🔥

  • @SujeetKumar-nf5xb
    @SujeetKumar-nf5xb 2 года назад +1

    Hello sir, big fan.

  • @yanshmoradiya
    @yanshmoradiya Год назад

    great work

  • @nobody20022
    @nobody20022 5 месяцев назад

    Summary :
    Types in Typescript:
    Number,String, Boolean, Null, Undefined, Void, Object, Array, Tupels, any, never, unknown
    Syntax:
    let variableName: type = value
    ex. let myName: string = "Hello your name"

  • @sagar-tt4ub
    @sagar-tt4ub 2 года назад

    Great video

  • @SureshKumarMajhi
    @SureshKumarMajhi 2 года назад

    Nice studio.

  • @luffydono0
    @luffydono0 3 месяца назад

    Homework After 2 years:-
    The primitives:
    1)string
    2) number
    3) boolean
    4) Arrays
    5) any
    6) noImplicitAny
    7) const
    8) var
    9) let
    10) Function
    11) Object
    12) Union
    13) Type Aliases
    14) Interfaces
    15) Type Assertions
    16) Literal Types
    17) null
    18) undefined
    19) Enums
    20) bigInt
    21) Symbol

  • @ankushladani496
    @ankushladani496 2 года назад

    Thank you sir...👏💥🚀

  • @mcspraint
    @mcspraint 2 года назад

    Sir...plz make videos on nestjs ...I'm a very big fan of u sir...plz make a video on nestjs sir

  • @harshalashi
    @harshalashi 7 месяцев назад

    Chai aur Typescript!

  • @KunalSingh-xz8in
    @KunalSingh-xz8in 2 года назад

    Thanks for the video much needed.

  • @sid17_cgdyt
    @sid17_cgdyt 2 года назад

    Hi Hitesh , i have started learning typescript with urs course . But i am getting a problem. When i running the command tsc VariablesMe.ts file its converting a empty VariablesMe .js file . I dont know why its happening .Can u help me with this ?

    • @sid17_cgdyt
      @sid17_cgdyt 2 года назад +1

      i have not save the file first 🤣🤣🤣. Its fine now

  • @bucky7466
    @bucky7466 2 года назад

    why dont you make python bootcamp?

  • @Code--Ninja
    @Code--Ninja 2 года назад

    Please fast up , waiting for next video

  • @Hey_Wolfe
    @Hey_Wolfe 11 месяцев назад

    U r awesome

  • @prathameshdukare
    @prathameshdukare 2 года назад

    Super Exited to learn TS from you Hitesh!

  • @_Blackwolf_01
    @_Blackwolf_01 10 месяцев назад +1

    typescript docs ka dark mode kise on karte hai plz koyi bolo😭

  • @swarajkumar8375
    @swarajkumar8375 2 года назад

    Is typescript null safe?

  • @soumadip_banerjee
    @soumadip_banerjee 2 года назад +1

    ❤️

  • @OlaMovies-pj3dy
    @OlaMovies-pj3dy 9 месяцев назад

    Hitesh Paapi ❌Hitesh Choudhary✅

  • @Praxss
    @Praxss 2 года назад

    looks like you forgot to silent your phone

  • @Vikas-dm9uc
    @Vikas-dm9uc 2 года назад

    🌸🌸🌸🌸

  • @sainathpoojaryy
    @sainathpoojaryy 2 года назад

    Great video sir, Just a feedback: Thumbnails feels bit old fashioned or something odd. If anyone else also feel the same, Just give it a like.
    I can be wrong too. I just felt that so I said it.

    • @zenos_99
      @zenos_99 2 года назад

      Yeah, just add episode or chapter to every video

  • @vinod-ci5gy
    @vinod-ci5gy 9 месяцев назад

    ☕❤

  • @Randomguy48279xyz
    @Randomguy48279xyz 2 года назад

    👍

  • @Dev-Phantom
    @Dev-Phantom 5 месяцев назад

    cool

  • @clashwithrao3122
    @clashwithrao3122 11 месяцев назад +1

    Bkwas language 😂 isse shi to JS hi h , pehle js sikho fhir ye sikho absolute waste of time 🚫

    • @amannettic4994
      @amannettic4994 Месяц назад

      obv, bina js ke ye samajh nahi aayega, bade projects kabhi kabhi unknowingly galti ho jati he to usko debug karke ka dimag kharab hota he, isliye ts ko bade projects ke liye use karna chahiye

  • @ayanbanerjee5136
    @ayanbanerjee5136 2 года назад

    Parata kam hai, baatein zyada hai video mein