TypeScript Tutorial

preview_player
Показать описание

00:30 Install
03:07 Data Types
04:53 Writing to Browser
07:47 Conversion
09:16 Interfaces Pt 1
10:43 Arrays
13:10 Math
16:28 Let
18:31 Looping
20:10 Functions
26:36 Classes
31:13 Getters & Setters
33:44 Inheritance
36:10 Interfaces Pt 2
39:08 Generic Functions
41:53 Generic Classes
45:10 Destructoring
46:49 Template Strings
47:37 Spread Operator

In this tutorial we'll explore everything you'd learn in a standard 200 page book on TypeScript. I'll cover installation, data types, changing the browser, arrays, math, looping, functions, classes, interfaces, inheritance, generic functions, generic classes, destructoring, template strings, spread operator, and many other topics.

Thank you to Patreon supports like the following for helping me make this video

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

I am following this channel for years now and every time I think of learning any new stuff this is the first place that comes up to my mind and I always find a good tutorial to start with

SHIVAMPANDEYSJTG
Автор

Your voice is so soothing. Almost hypnotic. I came here to find out a bit about typescript but I think i just found a new relaxation soundtrack.

shooreshgolzari
Автор

As always, you are my go to resource when looking at a new language. Thanks!

JamesQQuick
Автор

I love that you use the dom to show your examples. Fits perfectly when you programming teacher talks about doing things practical. Verry nice. Thank you Derek! :)

ourmodernworldofficial
Автор

This is the clearest and best TypeScript tutorial so far. You're the first channel I subscribe.

mohramzi
Автор

you're a savior and a hero, just thought you should know that. your vids are a model to what all programming tutorials should be like on the web. this is coming from someone with past experience in making tech videos myself. I also used to own a programming forum.

KingHerring
Автор

I have to say thanks a bunch Derek. I stumbled upon your channel a bit over a year ago and I've tuned in just about every day. You have all the form and consistency one could ever need in the scope of getting your point across. Long live Derek

malikevans
Автор

Syntax of parseInt(string, radix). Always specify this parameter to eliminate reader confusion and to guarantee predictable behavior. Different implementations produce different results when a radix is not specified.

arefev
Автор

Hi Derek, I'm new in your channel, and all I can say is "YOU'RE AMAZING".. I think that everyone who wants to learn programming from scratch or want to learn how things work, should watch your videos, you're not like other guys that only teachs you "how to do stuff, you have to do this like this because a style-guide says it..", NO, you really teach how things work and how languages do what they do, and that makes you a GREAT teacher..

I would like to thank your dedication by adding spanish subtitles to your videos, so hispanic people who doesn't get to clear what you say (or doesn't understand very well the english autocreated subtitles by youtube) can also watch your videos in spanish!

Greetings from Argentina! :)

santiagogaleano
Автор

FINALLY FINISHED WATCHING THE VIDEO. it was extremely dense. I feel so It must have taken you a long time to prepare for this video. :D

najmlion
Автор

Thank you for this Derek! I was one of the requesters, and im not disappointed (as usual).

Blixzful
Автор

Clear, concise overview. Great job, Derek, and thanks.

McEffinHat
Автор

I really needed a good TypeScript tutorial for some work I am doing. Great stuff! Thank you!

GreggDunn
Автор

Finally a typescript, i've been waiting for this.
Thank you very much Mr.Derek

copy
Автор

Great job Derek! Really enjoyed this one as I've missed the strictly typed nature of Java. Get well soon!

Purelysubs
Автор

Hey Derek, I lost hook of your channel for a while. Thanks for this. And great series of C# videos. I am learning a lot from your resources.

abhishek_ux
Автор

Thanks @Derek Banas for the video. Wanted to rampup on typescript in order to learn AngularJS2. Loved the tutorial very very help ful!

GaurangDave
Автор

npm is installed along with node, you can confirm it by using any npm command, for example npm - v (returns current version). npm install (as in nom install npm -g) is also npm command, and would not be available without npm itself :)

Oxonomy-cu
Автор

With your tutorial now I can understand the pluralsight one and angular2.
Thanks!

daristotell
Автор

18:16 mistake, example uses variable named 'sampVar' before brackets but in the brackets u use copied variable named 'sampLet'. Anyway great tutorial :)

mateuszkorolow