TypeScript Tutotial For Beginners

TypeScript Tutotial For Beginners

Tech With Tim

1 год назад

24,816 Просмотров

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


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

Octomammoth
Octomammoth - 02.09.2023 05:04

Thanks Tim. The fact this video still only has 17k views is a testament to how under-appreciated TS really is

Ответить
Rick Harold
Rick Harold - 09.05.2023 20:08

cool

Ответить
Nguyen Trung
Nguyen Trung - 01.05.2023 08:18

hi Tim, what’s app you use to screen your computer ?

Ответить
Alexander Slater
Alexander Slater - 23.04.2023 06:35

Just in case anyone else on Windows was having this error - VS code does not allow you to execute the script using the tsc command.
You need to change the execution policy by opening PowerShell as adminsistrator and pasting:
"Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser"

Ответить
Eric
Eric - 21.04.2023 08:21

Hello, Tim. Do some deep-learning projects in the future. I understand well all you teaching in some previous tutorials like 'AI ChatBot with Deep Learning'. Thank you!

Ответить
DrErrday
DrErrday - 21.04.2023 07:56

When taking efficient notes on this it seems to be all over the place. Like lets make a whole mini project with it or full script of the examples.

Ответить
The One
The One - 21.04.2023 05:23

This video is short and sweet. I was surprise by a lot of similarity between C# and typescript. Pretty cool!

Ответить
Neceros
Neceros - 20.04.2023 08:42

Might I suggest bootstrap Studio for making HTML side of your projects

Ответить
Paul Thomas
Paul Thomas - 19.04.2023 16:02

Thanks - very useful intro to TypeScript with great examples.

Ответить
iSalah-YT
iSalah-YT - 19.04.2023 04:03

thank u so much

Ответить
Jacob ophoven
Jacob ophoven - 19.04.2023 03:43

is there any cases where it gets dumb?

Ответить
Ehiane
Ehiane - 18.04.2023 22:13

I’m going to give typescript a try because of this video!

Ответить
Alexander Komanov
Alexander Komanov - 18.04.2023 21:22

Amazing!

Ответить
jevTwo
jevTwo - 18.04.2023 21:08

At the 2.30 mark he pastes this:

{
"compilerOptions": {
"target": "es5",
"module": "CommonJS",
"strict": true,
"outDir": "dist",
"skipLibCheck": true
},
"include": ["src/**/*.ts"]
}

For my fellow VS code users, check out the extention "Pretty TS errors".

It makes error more read- and understandable.

Ответить
AZ Y
AZ Y - 18.04.2023 19:23

Perfect timings

Ответить
Build On AWS
Build On AWS - 18.04.2023 18:53

Great tutorial!

Ответить
Tech Mee
Tech Mee - 18.04.2023 18:29

Pls teach data structures and make one video on syntax of machine learning models

Ответить
ⴰ
- 18.04.2023 18:23

Good tutorials

Ответить
Nathaniel Aguiar Blair
Nathaniel Aguiar Blair - 18.04.2023 17:51

No way !!! Another banger

Ответить
Alal Uddin
Alal Uddin - 18.04.2023 17:12

Nice 👍👍👍

Ответить
Mex ico
Mex ico - 18.04.2023 16:59

Thank you nice tutorial

Ответить
Khant Sithu
Khant Sithu - 18.04.2023 16:47

Waiting for exactly this

Ответить
Anupam Chauhan
Anupam Chauhan - 18.04.2023 16:34

thanks tim

Ответить
jma42
jma42 - 18.04.2023 16:10

if you're used to python type hinting then typescript will surely be a breeze~ enjoying it rn

on a side note tho, I highly recommend you use node version manager, this will prevent you from installing unnecessary stuff that comes with defaults on node installation and make it easier to switch different versions

Ответить
Andrew Tsegaye
Andrew Tsegaye - 18.04.2023 16:03

The first guy to comment

Ответить