TypeScript Tutorial #19 - Enums

  Рет қаралды 87,733

Net Ninja

Net Ninja

Күн бұрын

Пікірлер: 27
@jppontverges
@jppontverges 4 жыл бұрын
duuude you are a genius!, really appreciating this online free courses!. Thank you very much for spreading amazing information in a very clear, funny and easy way to understand it. Almost finishing this playlist, Thank you Ninja ✌
@itshamiiid
@itshamiiid 2 жыл бұрын
thank you sir, for explaining so well. I appreciate the way you simplify these complex concepts and helping us understand.
@NetNinja
@NetNinja 2 жыл бұрын
Happy to help :) thanks for watching CALESCE!
@MrVisheshsingh
@MrVisheshsingh 4 жыл бұрын
Enums = descriptive constants 🤟
@kikevanegazz325
@kikevanegazz325 2 жыл бұрын
Ninja, you are the BEST Nija out there!
@Shakeel714
@Shakeel714 3 жыл бұрын
Wonderful tutorial series on TypeScript!!
@philykearney
@philykearney 4 жыл бұрын
Thanks for the course, easy to follow and straight to the main points. ❤️
@ridl27
@ridl27 4 жыл бұрын
very good practical example 🙃
@rafmyles
@rafmyles 4 жыл бұрын
Can someone please explain why Enums are useful and where they can be used?
@shreyasjejurkar1233
@shreyasjejurkar1233 4 жыл бұрын
To force the value to variable that user can assign. Like gender for example which can be male or female or maybe other, but not anything other than that. Then you can create enum for those 3 and can assign it to variable. And now that variable can only have those either of those 3 values, and nothing else.
@rafmyles
@rafmyles 4 жыл бұрын
Shreyas Jejurkar thank you! I understood after reading your comment and rewatching the video.
@shreyasjejurkar1233
@shreyasjejurkar1233 4 жыл бұрын
@@rafmyles yeah, sure its so simple. 😊😊
@rubendacostaesilva8442
@rubendacostaesilva8442 2 жыл бұрын
You can use it with a Switch statement, or in React with useReducer, to dispatch multiple actions.
@radezzientertainment501
@radezzientertainment501 2 жыл бұрын
name of the wind!!
@marcinkalmar9964
@marcinkalmar9964 2 жыл бұрын
Now I understand :) I think about swap my tutorial for you videos
@carloolleres5237
@carloolleres5237 4 жыл бұрын
maybe I do not get something from this, but what would be the difference of enums with an plain object?
@devdogueto
@devdogueto 3 жыл бұрын
that was great, thank you
@salahalhashmi6528
@salahalhashmi6528 3 жыл бұрын
thanks
@juroltv3119
@juroltv3119 4 жыл бұрын
Alright ❤️
@erickbravo5299
@erickbravo5299 3 жыл бұрын
what about string enums?
@matthewbeardsley7004
@matthewbeardsley7004 4 жыл бұрын
are enums in Javascript?
@TheRahulDBZ
@TheRahulDBZ 3 жыл бұрын
nope..just typescript..enum code get converted to function in javascript..if you are following the tutorial simultaneosly then you can see it in your app.js file or in his github course file.. like this: var ResourceType; (function (ResourceType) { ResourceType[ResourceType["BOOK"] = 0] = "BOOK"; ResourceType[ResourceType["AUTHOR"] = 1] = "AUTHOR"; ResourceType[ResourceType["FILM"] = 2] = "FILM"; ResourceType[ResourceType["DIRECTOR"] = 3] = "DIRECTOR"; })(ResourceType || (ResourceType = {})); ;
@balintbenedektoth
@balintbenedektoth 4 жыл бұрын
Cool video
@ridl27
@ridl27 4 жыл бұрын
ty.
@tomasznowak2032
@tomasznowak2032 4 жыл бұрын
nice
@reihaxhiraj996
@reihaxhiraj996 Жыл бұрын
Excellent Work but I have to say that most of the conceptes of TS seem kind of pointless fro this perspective like Enums are just some kind of array.I MAY BE HORRIBLY WRONG , just saying.
@titangchannel8702
@titangchannel8702 4 жыл бұрын
Di ko yata kaya yan..hehe
TypeScript Tutorial #20 - Tuples
6:51
Net Ninja
Рет қаралды 66 М.
How to use TypeScript Enums and why not to, maybe
12:43
Andrew Burgess
Рет қаралды 19 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
TypeScript - Enums: Обзор и когда не надо использовать
11:24
PurpleSchool | Anton Larichev
Рет қаралды 15 М.
TypeScript Tutorial #15 - Interfaces
7:19
Net Ninja
Рет қаралды 157 М.
TypeScript Generics are EASY once you know this
22:21
ByteGrad
Рет қаралды 145 М.
TypeScript Tutorial #18 - Generics
9:44
Net Ninja
Рет қаралды 119 М.
Enums considered harmful
9:23
Matt Pocock
Рет қаралды 214 М.
TypeScript - The Basics
12:01
Fireship
Рет қаралды 1,5 МЛН
TypeScript Enums or Objects?
9:04
Harry Wolff
Рет қаралды 19 М.
Let's Talk About TypeScript's Worst Feature
3:42
Theo - t3․gg
Рет қаралды 51 М.
Tuples in typescript
9:53
Hitesh Choudhary
Рет қаралды 14 М.