Another goal accomplished!

Tim Mouskhelichvili
Tim Mouskhelichvili
1 minute to read

Hello, my dear friends! I hope you and your families are doing well.

We did it! 

We have finally crossed 500 subscribers on this newsletter (we are 520 exactly).

Thanks to all of you, I could have never done it without you!

Let's make it to 1000 next!

As for me, I promise to keep you updated with great programming tips and motivate you further.

Tip of the week

 Let's say you have a union type that contains many types, including null and undefined.

How would you remove null and undefined from that union type?

Easy. You need to use the NonNullable utility type.

Here is an example:

nonnullable

Cool right? Learn more about union types here.

Article of the week

Today's article will teach us all about utility types in TypeScript. We will learn 12 very useful TypeScript utility types. Discover the list here.

Thank you for reading.

See you next week!

Tim M.

Comments (0)
Reply to: