Converting JavaScript to TypeScript - Basic Types

preview_player
Показать описание
Learn typescript by converting Javascript to Typescript. In this video we start out with basic typing of function arguments and return values, and get to know Typescript tooling.

Hope you folks enjoy this!
👉 If you enjoy this video, please like it and share it.

💢 Watch our other videos:

Thank you for watching this video, click the "SUBSCRIBE" button for stay connected with this channel.

#javascript #typescript
Рекомендации по теме
Комментарии
Автор

Hi from Turkey and thank you for that perfect series. 💯❤

askimakdag
Автор

I already have some small experience with typescript, but I never heard something about "unknown", the pipe operator and the "type-coverage"-tool before. :) So thanks! Helped me alot.

glitchedbyte
Автор

This is awesome. Just recently applied for a role where they use typescript. And exactly the playlist I was looking for.

CodingAfterThirty
Автор

I have been pushing typescript to the side but now it's time an what a perfect way to learn it with this serie, thanks Jack awesome content

cristiancc
Автор

You're a really good teacher. Thanks for doing this.

TonyManso
Автор

Hey Jack,
at work I use OOP with typescript for React on the front-end. It's a game changer in higher quality code.

matthew
Автор

Спасибо вам за уроки! Я пока еще новичок в программировании и ваши уроки для меня пока сложны, но я очень стараюсь)) Попробую пройти всю серию уроков...Надеюсь справлюсь... Привет из России. Алексей.

alex
Автор

awesome content as always, loved the outdoor introduction, felt so fresh!

william
Автор

awesome video. hearing type-coverage for the first time. Thanks for the information. Hope to learn lot of Typescript from you and become a pro 🙂

jibinkoshy
Автор

Great video, keep it up. I'm learning type script right now.

highzenburger
Автор

Thanks for the videos Jack, been waiting for a proper typescript series for a while now.
One call out is i had to run `./node_modules/.bin/ts-node test.ts` instead of `ts-node test.ts` since I did not have ts-node installed globally.

niki
Автор

I REAAAALY want to have a course of GIT with you :) pls

abbasebadian
Автор

I really hope to see "real life" React components transferred from JS to TS.

Ps. Strapi project would be nice :). TS and Strapi, both lack proper tutorials.

narcissisticnarcissus
Автор

what is the purpose of compiling a ts file to a js file?

richillartloe
Автор

Why you perform yarn instead of npm ?

AMMARYASIR