Learn TypeScript in 50 Minutes - Tutorial for Beginners

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

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

  • @saramohammed9984
    @saramohammed9984 4 года назад +249

    00:40 what and why typescript
    3:55 Environment setup
    9:38 Variable Declarations
    12:16 Variable Types
    30:30 Functions
    35:35 Interface
    39:45 Class and Access Modifier

  • @simonkalu
    @simonkalu 6 лет назад +127

    Vishwas is grounded in programming topics and also he's explanations are clear and concise. Keep doing what you do best

  • @sidpd
    @sidpd 2 месяца назад +1

    Although this tutorial is 6 years old, it’s still relevant. I learned so much in just 48 minutes-straight to the point, no fluff, just solid content. What an amazing video! I only discovered your channel yesterday, but I'm definitely following your Next.js and JS DSA playlists. I'm a fan from today onward! Also, if there are any updates or changes in TypeScript, please upload a video on that too.

  • @lightyearahead
    @lightyearahead 4 года назад +43

    "Manager is just an employee with some extra privileges"
    - Codevolution
    Nice analogy.

  • @VarghaHokmran
    @VarghaHokmran 5 лет назад +15

    That's how you do a crash course. Touched all the basics, but nothing unnecessary. What a great tutorial. Thank you sir!

  • @jamesodowd9392
    @jamesodowd9392 4 года назад +16

    A truly excellent tutorial. I followed along and made notes throughout. Perfect speed, beautifully simple examples and I never felt lost. This tutorial filled in many of the gaps I've been getting learning Angular.

  • @nikhiltalokar6000
    @nikhiltalokar6000 8 месяцев назад +2

    Hats off to Vishwas Sir…! I just learnt the basis of Typescript in 48 minutes. The way of your teaching is mind blowing. It is very concise and straight to the point without any time waste with perfect understanding and focus. I am following your ReactJs tutorial as well even though it is 3 years old for learning react and getting a new job in Frontend end development. Thanking you from bottom of my heart… Keep it up and post all the courses tutorials on this channel. We will support you in all way and hope will reach 1 M subscribers as soon as possible…

  • @christopherreffell147
    @christopherreffell147 5 лет назад +33

    Vishwas you are a blessing man, I will not disappoint your knowledge. I live in Freetown Sierra Leone a small country in West Africa, If i become a better programmer at Typescript and Angular much credit to you man. Your explanations are just too precise for any student to understand.
    Blessings man!!!!!!!!

    • @soaleahmuhammadkhan15
      @soaleahmuhammadkhan15 4 года назад +2

      Hi @
      Christopher Reffell Hope you are doing fine. I have started learning typescript and node. I have been watching many tutorials but I am stuck at the beginner level and can't seem to find a way to upper level. It would be very nice if you could give me advice or point me in a direction that is good.

    • @christopherreffell147
      @christopherreffell147 4 года назад +1

      @@soaleahmuhammadkhan15 code evolution could help u greatly

    • @rajuy18
      @rajuy18 4 года назад

      Hi @christopher, hope you're doing well, may I know if you're doing any freelancing work related to web development?

  • @MusingMusic07
    @MusingMusic07 5 лет назад +29

    just wow.. understanding concepts never been so easier before.. thank you vishwas you have no idea you have helped me n many others immensely .i wanna thank you for your efforts for creating such beautiful series.. love your skills ...Please keep up the good work.

    • @rajuy18
      @rajuy18 4 года назад +1

      Hi @Anshuti, hope you're doing well, may I know if you're doing any freelancing work related to web development?

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

      @@rajuy18 kyu puch raha hai

  • @ishaghiria2446
    @ishaghiria2446 4 года назад +8

    For anyone getting an error at 6:28 because on compiling the Typescript code i.e. tsc main.ts , you are getting an empty main.js file, just save the main.ts file before executing the tsc main.ts command, by going on File->Save. It is only after saving that a successful compilation can take place. :)

  • @samirmishra9946
    @samirmishra9946 Год назад +3

    I remember 3 years ago when I knew nothing about coding and wanted to learn Python and TypeScript. I directly watched this video first and understood nothing about TypeScript :D or maybe a little basics?
    Fast forward today...I am now coding react projects in TypeScript and even made a hackathon winning react project in TS! TS is so great, I cannot think of going back coding a project in JavaScript!
    Thank you very much for this basics video. I occassionally come here to revise the basics. 💖💖

  • @stevekoch1216
    @stevekoch1216 4 года назад +2

    Excellent! I had a little problem with his pronunciation at first but his presentation was clear and well organized, love the easy to understand examples.

  • @SathishKumar-zo3dw
    @SathishKumar-zo3dw 3 года назад +1

    Super Awesome beginner tutorial for TS. Never seen such super simplified explanation in any RUclips Course, which i had gone through till now(more than 10). Thanks for your Support to help others. Keep upthe momemtum growing.

  • @timothyvandyke9511
    @timothyvandyke9511 5 лет назад +22

    OMG TypeScript is probably my new favorite language

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

    I have an interview tomorrow, the company uses TS. I told them I don't know much about it but would love to learn ofc. I write typescript beginner tutorial on youtube search and Vishvas comes along. I learned most of my React knowledge from him.
    I'm just happy that this video exists.

  • @abhishekverma614
    @abhishekverma614 3 года назад +1

    Could not express my feeling after watching your tutorials. Just wanted to say, you are always precise to the point of what the viewer expects.

  • @sandeepamarnath3591
    @sandeepamarnath3591 3 года назад +5

    Definitely one of the best teachers out there. You're really an awesome tutor Vishwas. You know how to teach stuff in the easy way possible. I wish I had a teacher like you in my school. And by the way, this is one of the best TypeScript tutorials out there. I recommend, to someone who wants to learn anything, then first check if Codevolution has videos on that. If you get the videos then you're lucky!!

  • @winvirus32
    @winvirus32 5 лет назад +12

    I watched this at 2x speed and was still 100% comprehensive. Great overview of TS

  • @JohnnyMcGully
    @JohnnyMcGully 5 лет назад +12

    This was extremely valuable! Thank you for this condensed tutorial. Lots of great information.

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

    Great intro. This things I'm missing as Java developer is
    1. explaining instanceof and why instanceof works with classes but not with interfaces.
    2. explaining type gurads in bit more detailed way: like what is "is" keyword in "obj is {name: string}" @25:00, double negation "!!obj"
    3. why typeGuard at @25:00 has return type "obj is {name: string}" instead of boolean
    4. how compiler knows that type guard is a type guard and not just a random boolean method in "if(hasName(myVariable))" construct @26:00
    Other then that the cause is awesome for java devs who want to jump into TS.

  • @RaghavKhullar
    @RaghavKhullar 4 года назад +6

    You've made Typescript so much easier than other tutorials 🔥 Definitely helpful !

  • @MrRajendrapatnaik
    @MrRajendrapatnaik 5 лет назад +17

    Simple i say WOW and Thanks a lot for such clear crystal explanation, a layman also can understand, simple and superb for beginners to learn.

  • @AmmarTaicho
    @AmmarTaicho 4 года назад +1

    One of the greatest crash course ever!
    Thank you very much

  • @thanseeft2809
    @thanseeft2809 3 года назад

    One of the best tutor ever. Always it will be simple and more understanding to beginers.

  • @bernarduslopez7074
    @bernarduslopez7074 3 года назад

    I think if someone never coded with TS but knows JS, that person could write code with TS right away by only studying from this video. Surely one of the best intro on the topic.
    ⭐⭐⭐⭐⭐

  • @shane_taylor
    @shane_taylor 3 года назад +1

    One of the better beginner videos I've seen. Thank you for clear and concise presentation without a lot of distraction. New subscriber here.

  • @sallerc
    @sallerc 5 лет назад +4

    Great tutorial, thank you Vishwas! Must say as a C# programmer that I am a lot more exited about client side web development now since I discovered TypeScript.

  • @voidvangaurd
    @voidvangaurd 5 лет назад +1

    Man thank you so much. You have helped me understand sooooo many issues I had in previous languages that drove me crazy. You didn't go too fast, and you explained everything perfectly with SIMPLE examples. Thanks again. A lot of people teach code like they are trying to show off how fast they can type, leaving me constantly having to rewind instead of pay attention. Thanks Bro. New Sub.

  • @stefangabor5985
    @stefangabor5985 4 года назад +3

    love it. Finally, someone put some structure into the madness of JavaScript. Now, it seems more like a modern programming language.
    Thanks, to Microsoft for creating it and to Google for using it in their Angular development. Great job by the way in your presentation!

  • @milad8436
    @milad8436 3 года назад

    One of the best channels on RUclips. Thank you for making it easy

  • @aravind4444
    @aravind4444 5 лет назад

    my goal is to learn aws-cdk, which need typescript, been watching few videos and reading docs, me with little knowledge of programming, not able to pick things easily, i must say for anyone who is new to programming and typescript this video is just awesome.

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

    Really amazing tutorial, with no js prerequisite.

  • @ינוןאלבז-כ1ז
    @ינוןאלבז-כ1ז 4 года назад

    As usual he went straight to the point, without unnecessary additions

  • @Funkfreed
    @Funkfreed 5 лет назад

    I clicked the ad even though I'm not interested since I want to help your channel. I also subscribed because you are awesome. Clear and concise.

  • @Dev11792
    @Dev11792 3 года назад

    The way you explained the TypeScript is superb. Best explanatory tutorial for beginners. i got lots of additional topics revised. Thank you buddy

  • @michaelskurla1738
    @michaelskurla1738 5 лет назад +2

    Really well done. Quick and to the point Intoduction to base features. No nonsense or going off the rails Into overly complex topics. Thanks!

  • @Pieparker-Old
    @Pieparker-Old 5 лет назад +3

    Absolutely cracking video. Great work, Vishwas!

  • @softwareabbayiAPJ
    @softwareabbayiAPJ Год назад +2

    Done Typescript Essentials. Heading towards React Typescript 🏊🏊🏊 Thanks Vishwas ❤️

  • @kartikeyporwal3539
    @kartikeyporwal3539 5 лет назад +8

    I have got this Vishwas to learn TS so easily even when I am a python develper! Thank you for such an amazing intro.

    • @gauravsingh-qt2zo
      @gauravsingh-qt2zo 3 года назад

      Sir will u help me in solving some problems in python???

    • @kartikeyporwal3539
      @kartikeyporwal3539 3 года назад +1

      @@gauravsingh-qt2zo what problems are you having?

  • @shyama5612
    @shyama5612 5 лет назад +1

    Vishwas, great explanation. Thanks for taking the time to create this video. Keep up the good work!

  • @aakashsharma3801
    @aakashsharma3801 4 дня назад

    Amazing tutorial to revise all typescript concepts in just 50min, thanks @Vishwas for this video.

  • @syedroushan2436
    @syedroushan2436 3 года назад

    Very Clearly explained, this video alone is enough to get started with Typescript. Thank You.

  • @animegirl2000
    @animegirl2000 4 года назад

    Coming in with no programming experience, this video is very useful. Thank you :)

  • @sunilkumarssak
    @sunilkumarssak 3 года назад +1

    Much love to the content and the presentation technique ! Going through the react videos and enjoying them! Kudos Vishwas

  • @HeatherRichardsonPhoto
    @HeatherRichardsonPhoto 5 лет назад +574

    *Speeds video up to learn TypeScript in 25 minutes*

    • @VijayKoushik_aka_moon01man
      @VijayKoushik_aka_moon01man 5 лет назад +13

      Thanks! I learnt it in half the time

    • @the514
      @the514 5 лет назад +65

      If you change the resolution to 720p, you acquire twice the amount of knowledge

    • @stabMyFaceOff
      @stabMyFaceOff 5 лет назад +5

      yeah it super audible at 1.5 speed

    • @lodashnotebook5390
      @lodashnotebook5390 5 лет назад +11

      @@the514 Legend has it that someone changed it to 144p and till this date he is still learning TypeScript.

    • @SACHIN-gd6zy
      @SACHIN-gd6zy 5 лет назад

      Thanks Boomer !

  • @maxmix909
    @maxmix909 4 года назад +1

    Very good. Simple and direct to the point! Thanks a lot!

  • @MBkingsoft
    @MBkingsoft 4 года назад

    The best tutorial ever!!!! I'm so excited to start using TypeScript now.....you just got a new subscriber sir. Well done!

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

    Wow ....nice this was a great tutorial not even one person explained like you.thanking you sir

  • @naveenroy9932
    @naveenroy9932 6 лет назад +5

    That's a very very nice tutorial of typescript ... well done you cover very important parts of a language......... It's Awesome, I got grace, thank you.

  • @gmoonster2
    @gmoonster2 4 года назад

    Very well done. Clear, to the point, good examples! I feel I now have a decent grasp of TypeScript after watching this video.

  • @wackyburkay
    @wackyburkay 5 лет назад +35

    For people who can't assign "null" and "undefined" to other types:
    In your tsconfig.json or tsc arguments, you have to disable "strictNullChecks".

    • @Tout-Le-Monde02
      @Tout-Le-Monde02 4 года назад +2

      that's the most stupid suggestion in this comment section ..... a sure way to having null related issues in the run-time .....

    • @derHodrig
      @derHodrig 4 года назад +1

      ​@@Tout-Le-Monde02 thats what I thought. Is TS not known for its stricly correctness of type safetyness?

    • @kb_dev
      @kb_dev 4 года назад +1

      Never do this.

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

    Very nicely explained as always, i always refer to your tutorials for learning anything related to frontend developement, you are awesome

  • @SamButlerUK
    @SamButlerUK 5 лет назад +2

    Really good tutorial, I paused a few times so it did take longer than 50min, and Visual Studio for Mac doesn't seem to support the any type, but the tutorial was easy to follow and I genuinely learned something.

  • @prashantio
    @prashantio 6 лет назад +12

    Thanks for putting together all the info. Appreciate your efforts!

    • @rajuy18
      @rajuy18 4 года назад

      Hi @Prashanth, hope you're doing well, may I know if you're doing any freelancing work related to web development?

    • @prashantio
      @prashantio 4 года назад

      Hi@@rajuy18,
      Thanks for asking but I am not into freelance development.

    • @rajuy18
      @rajuy18 4 года назад

      @@prashantio okay thank you

  • @Maddy130986
    @Maddy130986 3 года назад

    It is very much helpful in learning TypeScript. Information is crisp and clear. Thanks.

  • @srikanthambaldhage2268
    @srikanthambaldhage2268 4 года назад

    It's very very very clear to me. Thanks Codevolution and Vishwas.

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

    This was a great tutorial , fast and precise enough.

  • @caffreyyy
    @caffreyyy 3 года назад

    Man subscribed to you right away. Such a good teacher!

  • @imtiazkabir6115
    @imtiazkabir6115 5 лет назад

    Very clear understandings with clear voice, thanks a lot. I've shared this video on my social network.

  • @carlosm.1233
    @carlosm.1233 5 лет назад

    1. Thank you very much for your effort. You are doing the lord's work :)
    2.(Note) I just figured out that you don't need to compile typescript to plain javaScript in order to run the file. I just typed 'node main.ts' and that worked :).

  • @francismagnusson378
    @francismagnusson378 5 лет назад

    So cool how you were able to fit most of the topics in a one-hour video! thanks man!

  • @ashokjeyaraj4160
    @ashokjeyaraj4160 5 лет назад +1

    Hi Vishwas, Your tutorials are very helpful to me. I like your teaching style and the short videos focusing on one concept at a time. The way you teach is great!. Thanks a lot.

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

    Thank you. Perfect tutorial for beginners.

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

    perfect explanations, step by step and easy to understand. Thank you Vishwas!

  • @babajidebantale
    @babajidebantale 5 лет назад +1

    A good start for my typescript learning pathway. Thanks for this

  • @sarathmaya6083
    @sarathmaya6083 5 лет назад +1

    Thanks..please do more videos about typescript basics

  • @ashay4322
    @ashay4322 4 года назад

    One of the best tutorials I have come across. Thanks to my Friend Sajida who suggested me this course and the tutor :)

  • @lalithajamithireddy9761
    @lalithajamithireddy9761 5 лет назад +1

    Clear cut explanation. Very helpful to the beginners. Thank you

  •  4 года назад +1

    Typescript and Java classes are so similar. 😊 Thanks for the tutorial, sir. 🙏🏽

  • @godsword4516
    @godsword4516 4 года назад +1

    Hey, it's a very nice tutorial for beginners. Easy to understand. Simple and precise. Able to digest content size. Thanks man!

  • @yashasree4543
    @yashasree4543 4 года назад

    VERY CLEAN EXPLANATION SIR. THANK YOU.

  • @rajeshcheedalla4521
    @rajeshcheedalla4521 4 года назад

    Awesome. Simple and clear. You nailed it. Thank you for this tutorial.

  • @chandramowlij3127
    @chandramowlij3127 5 лет назад +1

    Wow!! What a tutorial, feeling somewhat confident!

  • @siddiqueshadab1838
    @siddiqueshadab1838 5 лет назад

    I have become fan of you teaching skills, the way you tell small things are just awesome.

  • @ItzBreakfast
    @ItzBreakfast 4 года назад +2

    14:34 What? its impossible! This is really crazy language i think. I love it

  • @huynhthanh5207
    @huynhthanh5207 5 лет назад

    Thank you for sharing. This video helps me to save 30 minutes to learn TypeScript.

  • @sureshmg6786
    @sureshmg6786 4 года назад +1

    This is my step in learning Typescript, and this your way of explaining helps me to understand very well man 👌👏.
    Thank you very much Vishwas! Very helpful!

  • @onewilliamsway
    @onewilliamsway 4 года назад +1

    Thank you for uploading this. I have learnt something new today.

  • @fossfreaks
    @fossfreaks 4 года назад +1

    Tutorial starts at 5:03 , you are welcome

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

    You're still the best at explaining the complex!👍

  • @ramkumars8654
    @ramkumars8654 4 года назад

    appreciate the way the topics are categorised and presented. thank you very much

  • @eddiehernandez70
    @eddiehernandez70 4 года назад +1

    Vishwas, have to say this was a great tutorial! Keep up the good work! I liked and subscribed to your channel.

  • @abonoah-3495
    @abonoah-3495 3 года назад +3

    Let and Const are variables declaration for ES6, not a feature in TypeScript as you mentioned in the Variable Declarations section.

  • @amitrajput8869
    @amitrajput8869 4 года назад

    This is simply superb @Codevolution.... superb overview of each concept in typescript

  • @mohitsingh5752
    @mohitsingh5752 3 года назад

    Thank You for this Quick and Helpful TypeScript guide !!👍👍

  • @Hackenbaker
    @Hackenbaker 3 года назад

    This is a great content, quality, fast and well explained!!! Thank Sir, I learned the fundamentals of TypeScript thanks to you!!!

  • @cheena11
    @cheena11 3 года назад

    The best starter course , very eloquent , Thank so much

  • @tmcpang
    @tmcpang 5 лет назад

    Thank you Vishwas. It's a very good video explaining typescript. I have been a C# developer for number of year and this video makes a lot of sense to me. Thanks.

  • @kartikjaiswal8923
    @kartikjaiswal8923 3 года назад

    30 minutes of my morning spent well!

  • @srirampant3135
    @srirampant3135 4 года назад

    This video is really helpful for a begginner

  • @nidhiparmar5835
    @nidhiparmar5835 4 года назад

    Sir your teaching skill are awesome and excellent teacher u are u explain each and every thing very clearly and deeply

  • @nasrihaithem9529
    @nasrihaithem9529 4 года назад

    if u have a problem at min 6:28 with tsc main.ts
    just go to POWERSHELL and open it as an admin
    then type Set-ExecutionPolicy RemoteSigned
    problem solved
    its because window blocks some commands u install from internet, and with this u unblock it
    i dont know the details , i had just googled it :p

  • @kunalgoutam3231
    @kunalgoutam3231 4 года назад

    great tutorial , i am a ts beginner and this video clarify most thing about ts. Thanx for making such a great tutorial.

  • @zeeshanabbas9773
    @zeeshanabbas9773 3 года назад

    Explained very well in less than 1 hour nice work....👌

  • @ibeeliot
    @ibeeliot 4 года назад

    Best crash course on typescript evrrrrr

  • @slarsen1988
    @slarsen1988 6 лет назад +1

    Excellent intro to Typescript, thanks so much for the video!

  • @mdminhaj8567
    @mdminhaj8567 3 года назад

    Thank you so much! That was really great explanation of TypeScript. I really appreciate for this!

  • @jayrathod8577
    @jayrathod8577 5 лет назад +1

    Thank you, Vishwas! Very Helpful tutorial.

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

    Really Amazing. Truly appreciable Tutorial