Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
78 results
Interfaces vs Types in TypeScript (3 SOLUTIONS!!) ✧ I really hope you found a helpful solution! ♡ The Content is licensed under ...
3 views
8 months ago
In this video, we dive into the powerful capabilities of TypeScript's XOR interface, exploring how to effectively use conditional types ...
10 views
11 months ago
In this short clip, a custom type is defined using generics to define a "predicate" or a simple method that takes an item of a certain ...
263 views
6 years ago
In this video, we'll explore the best practices for exporting interfaces and types from a TypeScript file efficiently. Whether you're ...
14 views
Interfaces specify signatures that classes must follow. Unlike other languages, interfaces in TypeScript aren't unique types on their ...
186 views
1. `as` keyword to cast variable 2. Optional chaining 3. Type guards 4. Utility types 5. Type aliases #typescript #tips #hacks ...
361 views
2 years ago
Elevate Your JavaScript Development with TypeScript Are you ready to take your JavaScript skills to the next level? TypeScript ...
57 views
7 years ago
In this video, we delve into the powerful capabilities of TypeScript's type checker, focusing specifically on type assignability checks ...
8 views
5 months ago
Learn about support for generic types in TypeScript. The existing code has a "find" method that isn't running properly. In this video ...
344 views
In this video, we'll explore the process of mapping DynamoDB's AttributeMap to a TypeScript interface, providing you with a clear ...
17 views
4 months ago
TypeScript interface default value when a property is a function type for useContext hooks Helpful? Please use the *Thanks* ...
36 views
3 years ago
In this video, I fix a defect revealed by refactoring to classes. I then use a custom type to define the allowable values of a property.
357 views
Typescript is a typed superset of JavaScript which aims to ease the development of large JavaScript applications. Typescript adds ...
1 view
5 years ago
In this video, we dive into the powerful world of TypeScript and explore the concept of extending interfaces. Whether you're a ...
1 year ago
In this video, we dive into the powerful world of TypeScript interfaces and explore how to enforce extra properties for more robust ...
490 views
This step extends the interfaces that were defined and uses them to create a generic method for recursive printing. The code is ...
379 views
Type guards allow code to test that a variable is of a specific type. If the test succeeds, TypeScript's compiler understands the ...
163 views
Be sure to like & save this post, and don't forget to follow @muneef for more content!!! #shorts #100daysofcodechallenge ...
369,702 views
In this video, we'll explore a powerful feature of TypeScript that allows you to refine your interfaces by excluding specific keys.
0 views