Тёмный

TypeScript In 5 Minutes: A VERY Brief Intro 

Colt Steele
Подписаться 273 тыс.
Просмотров 12 тыс.
50% 1

Опубликовано:

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 33   
@aes0p895
@aes0p895 Год назад
took me 4 videos and an explicit "colt steele typescript" search to finally find a ts summary that actually gets to the friggin point lol. thank you for respecting our time, sir.
@abishekh07
@abishekh07 2 года назад
How often is this course going to be updated? Because your React course is practically dead.
@maplestoryinchinese
@maplestoryinchinese 2 года назад
Facts
@deeppsy
@deeppsy 2 года назад
Courses are typically like that. If you can, check out udacity's nanodegree react program. It's not much better, but you'll learn a lot and also understand how these topics evolve with time. It'll also help you deal with future changes.
@jellyfish1772
@jellyfish1772 2 года назад
Can't agree to disagree.So ill just agree
@christopherli8545
@christopherli8545 2 года назад
Do you have any plans on updating your React udemy course?
@sumerdastagir
@sumerdastagir 2 года назад
GOAT is back
@rimantasdanilevicius6754
@rimantasdanilevicius6754 2 года назад
TypeScript sounds like more strict JavaScript ;D
@AleksandarIvanov69
@AleksandarIvanov69 2 года назад
You would know immediately why this is great, if you try to dynamically change numbers inside strings, based on mathematical operations with a loosely typed language like Javascript or PowerShell...
@alvirarahman1559
@alvirarahman1559 2 года назад
great one Colt.
@auraai7050
@auraai7050 2 года назад
Please let us know when you're going to update your react course you beautiful genius
@davidshankar1346
@davidshankar1346 2 года назад
Tnx colt for typescript summary🔥
@hoangthiendo1909
@hoangthiendo1909 2 года назад
Hi Colt! I recently encountered your The complete web dev bootcamp 2022 on Udemy (65 hours). I was impressed by the huge number of your rating and students (look like this is the course I need). But there is a problem, I did not see any JS library frontend (React, Vue,...) in your Curriculum (You have HTML CSS JS, Node and MongoDB but not contain any frontend library) So I wonder if this is not a problem, should I take this course?
@anujchopra8402
@anujchopra8402 2 года назад
it is the best course , go for it. Colt will release new React course in future.
@neilm9400
@neilm9400 2 года назад
Do the web bootcamp and add in a react later on. If your knowledge of full stack is poor the course will help a lot. Don't try and get it all into one course, it's not possible. The bootcamp course will take alot of time, especially if you really work on it. After the course, you will need more mongo, node, react, type script.
@jasonnguyen128
@jasonnguyen128 2 года назад
The course will be too big if he adds Reactjs, Vuejs, or Angular, so I think HTML CSS JS and Bootstrap are enough for front-end basics, if we need to dive deep into React or sth like that, we should take another extensive course later.
@elfacun550
@elfacun550 2 года назад
React is pretty big by itself that's why.
@vaiterius
@vaiterius Год назад
He just added a React DLC into the course recently!
@onyeka14
@onyeka14 2 года назад
Weldone colt
@nightmareslasher9510
@nightmareslasher9510 2 года назад
Shut up and take my money 💸 !
@brambekkers
@brambekkers 2 года назад
Ill would like to see some Vue or Svelte typescript examples. Are you planning to add these to the course?
@sofian_so
@sofian_so 2 года назад
Hi Colt, any coupon you can share with us for React course on Udemy?
@Mitsunee_
@Mitsunee_ 2 года назад
people on twitter/reddit would yell and scream about the add(true, 32) example and I'm just here like "that's 33, innit?"
@토리-u2v
@토리-u2v 2 года назад
While listening to your Udemy lecture, my Macbook finder doesn’t work when I type ‘sudo chown -R$USER /usr/local/lib/node_modules’ that you asked me to type in Macbook terminal Please answer me why this is.....
@otavio6415
@otavio6415 2 года назад
For newbies, would we be better off learning TS instead of JS from the scratch?
@S4LTYT
@S4LTYT 2 года назад
no js first is neccessary
@adriatic123
@adriatic123 7 месяцев назад
LOL no JS necessary yet TS is only a syntactic sugar layer of a javascrip lang😅t
@adiabajacob9189
@adiabajacob9189 2 года назад
My boss
@nagendradevara1
@nagendradevara1 2 года назад
🅰️ Angular uses it by default
@sallabou3903
@sallabou3903 2 года назад
colt
@alveek
@alveek 2 года назад
so you can basically add just one line in vanilla JS: if (typeof(x) && typeof(y) === 'number') {do this and that} too much noise around types. i don't get it.
@haithamali3228
@haithamali3228 Год назад
sassy JS
@adriatic123
@adriatic123 7 месяцев назад
TS is the most useless lang out there, and competition is not small. I always LOL hearing stories like TS improves JS, while in reality resulting JS code TOTALLY IGNORES everything you wrote in TS. And saying that TS stops us from adding a string and a number, this is an insult to all even slightly capable programmers. TS is just a mktg effort of a famous company to enter into a popular JS ecosystem, and to lure in OOP programmers into thinking that JS is also an OOP language which is far from the truth. TS programmers use a functional language JS in an OOP way, thus totally wrong from the start. And result is forcing excellent JS to behave wrong way producing sub-optimal code results. Go figure
Далее
JavaScript Getters and Setters Explained
9:11
Просмотров 21 тыс.
Learn Github in 20 Minutes
20:00
Просмотров 443 тыс.
Living life on the edge 😳 #wrc
00:17
Просмотров 4,8 млн
Women’s Free Kicks + Men’s 😳🚀
00:20
Просмотров 2,5 млн
Master JavaScript Array Reduce Method In 10 Minutes
10:51
How To Use TypeScript With Express & Node
17:05
Просмотров 71 тыс.
Why use Type and not Interface in TypeScript
14:12
Просмотров 208 тыс.
The Hardest Part Of TypeScript
8:48
Просмотров 7 тыс.
Learn JSON in 10 Minutes
12:00
Просмотров 3,2 млн
The JS Call Stack Explained In 9 Minutes
9:30
Просмотров 87 тыс.
All Rust features explained
21:30
Просмотров 311 тыс.