Learn TypeScript - Full Course for Beginners

Learn TypeScript - Full Course for Beginners

freeCodeCamp.org

3 года назад

340,632 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

lule Ahmed
lule Ahmed - 28.08.2023 02:34

i have just learned ts in 90 minutes , then am gonna play with GPT-4 to practice wat i have learned , then back to react-native , this has been the best video course on ts ever , thanx for sharing the knowledge may God bless you 👍🙏🙏🙏🙏

Ответить
Psyfer Inc.
Psyfer Inc. - 17.07.2023 21:51

this was just beautiful!

Ответить
Andrew Semakin
Andrew Semakin - 21.05.2023 01:43

This dude so static 😅

Ответить
Я'
Я' - 05.03.2023 13:39

I finished the video and learned a lot, thank you so much!!!!!!!

Ответить
Tech LAB
Tech LAB - 24.01.2023 12:49

Great coach!

Ответить
Soumen Paul
Soumen Paul - 12.01.2023 23:38

very nice and concise, thanks

Ответить
Luiz Vidal
Luiz Vidal - 12.12.2022 02:52

any is my favorite type.

Ответить
AR GAMING
AR GAMING - 12.11.2022 00:07

Are u AI?

Ответить
Mister L
Mister L - 10.11.2022 21:59

Good video but generics are so complicated, hard to read :c

Ответить
ayoub elhaoussi
ayoub elhaoussi - 07.11.2022 22:56

thanks

Ответить
Ali Murtaza
Ali Murtaza - 06.11.2022 07:04

Amazing Video, to the point vey clear content. Thanks @freeCodeCamp & @Alexander

Ответить
sean peart
sean peart - 06.11.2022 01:19

Thank you !!

Ответить
Things you might not like
Things you might not like - 28.10.2022 17:14

But what if we do the following for the 'unknown' type?

(1) We create a variable called 'variableA' and give a type of 'unknown':
let variableA: unknown;
(2) We pass the number 10 to it:
variableA = 10;
(3) We create a variable called 'variableB' of type 'string' and pass 'variableA' to it using type assertion:
let variableB: string = variableA as string;
(4) Then we log this to the console:
console.log(typeof variableB, variableB, "10");

We get: number 10 10 // where the first ten is a number and the test ten is a string.

Is there a way to set TS to prevent this? Thank you.

Ответить
Luke Taylor
Luke Taylor - 16.10.2022 13:06

Great video. Learnt a lot in the 90mins. I like the way you put on-screen alerts messages for the really important learning points.

Ответить
Volodymyr Omelianiuk
Volodymyr Omelianiuk - 06.10.2022 11:26

best TS crash course ever!👌

Ответить
Ook D
Ook D - 03.10.2022 22:11

Helloooooo oooohhh my gooood

Ответить
Spaced Out
Spaced Out - 03.10.2022 21:42

Can't stop looking at this man's eyes...

Ответить
Gerson Rod
Gerson Rod - 19.09.2022 20:13

Thanks Alex! I feel much better prepared to learn React now. +1 sub

Ответить
27sosite
27sosite - 19.09.2022 17:12

братан, спасибо
все супер!

Ответить
Tjerk Heringa
Tjerk Heringa - 10.09.2022 11:57

The content is great. Thanks Alex. But, please consider redoing the audio. Your English is so strangely pronounced that it is often very hard to hear what you are trying to sAY.

Ответить
Roman M
Roman M - 31.08.2022 15:43

Coming from Java background all of that stuff makes a lot of sense. Now JavaScript doesn't feel so chaotic. Thanks for a walkthrough!

Ответить
Ebn Sina
Ebn Sina - 24.08.2022 11:06

@Alexander Kochergin, do you have any video on your code editor? vim setup and ...?

Ответить
Snehit Paunikar
Snehit Paunikar - 24.08.2022 08:46

Amazing Course! Helped me a lot to grasp basic TypeScript concepts

Ответить
Mark Ganus
Mark Ganus - 23.08.2022 17:02

TYPESCRIPT FILES DON'T RUN ON BROWSERS. there needs transcribing

Ответить
Vasu Devrani
Vasu Devrani - 08.08.2022 15:28

Marvellous content, would recommend to all...

Ответить
pavan anumula
pavan anumula - 08.08.2022 15:16

Nice course

Ответить
argenbee
argenbee - 01.08.2022 16:08

is typescript a good way to start coding

Ответить
apoorv gupta
apoorv gupta - 24.07.2022 09:09

Till Generics, everything was going like a well oiled Ferrari, After generics its feels like ferrari has gone in reverse gear. I think it's like with every new language we learn, we need to practice these syntaxes to make new neuron patterns inside brain.

Ответить
Duc Hoang
Duc Hoang - 19.07.2022 13:40

Hello, in your TypeScript working with DOM section, I wonder if there's a way to embed Typescript into HTML like Javascript? Thanks.
P/s: This course is awnsome so far, but it would have been better if you could show us the way TS embedded with HTML.

Ответить
Gor Sargsyan
Gor Sargsyan - 19.07.2022 13:24

Thank a lot for this course. Very useful content.

Ответить
Ramanuj Dad
Ramanuj Dad - 17.07.2022 20:52

Thanks!

Ответить
JohnDDonnet
JohnDDonnet - 14.07.2022 22:12

lol It took 5ins of your video to learn generics, thanks :D

Ответить
xTSxo
xTSxo - 11.07.2022 13:39

Great course, thank you!

Ответить
Raghav N
Raghav N - 07.07.2022 22:01

Great content. Well explained. simple, elegant... thank you .

Ответить
Richard
Richard - 07.07.2022 19:51

Your terminal prompt is very distracting

Ответить
MarcelQT
MarcelQT - 27.06.2022 10:06

This is my first attempt at typescript and you've made it super welcoming! Thanks for the clear and useful tutorial

Ответить
TheEthical H
TheEthical H - 23.06.2022 18:35

thank you very much for that course , i've finished it and i recommmend all peoples to do so it's super informative

Ответить
Héctor Giudatto
Héctor Giudatto - 19.06.2022 17:20

Great!! Thanks a lot!!

Ответить
Miriam Peaster
Miriam Peaster - 13.06.2022 23:53

Wow, this was awesome! Thank you so much!

Ответить
salisu Ali
salisu Ali - 12.06.2022 23:19

Thanks You very much for this tutorial

Ответить
Stefan Mijić
Stefan Mijić - 30.05.2022 21:07

Such a nice course! Thank you.

Ответить
Mark Ganus
Mark Ganus - 30.05.2022 03:28

NOTE: if you're getting a tsc not recognised as an external command error, try running

npm -g install typescript

Ответить
David Vardanyan
David Vardanyan - 29.05.2022 19:09

Hi who knows which terminal used the author?

Ответить
Shivom Srivastava
Shivom Srivastava - 18.05.2022 23:40

Amazing tutorial. Had a lot of fun completing this.

Ответить