The 'private' access modifier in Typescript classes: Learning Typescript by example #012

preview_player
Показать описание
Link to all courses with BIG DISCOUNTS 🤯 :

Do you want to bring your dev skills to the next level? Then check out the links with BIG DISCOUNTS to my courses on Udemy! Purchasing the courses is a great way to support this channel and the content I produce, while also getting something amazing in return, so head there right now! I am looking forward to seeing you there and receiving your feedback on the course!

The courses also have a 30-day money-back guarantee, so if you are not satisfied with the purchase, you can ask for a refund, no questions asked.

***

Hello everyone! In this video, we approach the first access modifier in Typescript classes: the "private" modifier. Marking a field or method as private in Typescript hides it from any external entity (including subclasses) that tries to access the field. This is a crucial concept in the world of object oriented programming, and a very useful concept offered by Typescript.

This video is part of series where we are exploring Typescript's features with the help of a React application. Our main goal is to learn how Typescript can help us improve code quality, code confidence, and development velocity.

─ 🎥 OTHER PLAYLISTS IN THE CHANNEL ─

─ 🌎 ADDITIONAL LINKS ─

─ 🖥 SUBSCRIBE TO THE CHANNEL ─
Want to become a better, more skilled developer? Then make sure to subscribe to the channel and keep on challenging yourself with the new concepts we discuss in every video :) I have a lot of ideas for playlists, ranging from an introduction to Typescript to a deep dive on more complex technologies such as Apache Kafka!

─ 🔈 CONTRIBUTE! ─
If there is any topic in development that interests you, make sure to write it down in the comments! I will take into consideration all your suggestions and requests, as well as the popularity of each of them, when deciding which series to record in the future :)
Рекомендации по теме
visit shbcf.ru