11 TypeScript Course - never vs void type

preview_player
Показать описание
TypeScript Course for Beginners: Get Started with TypeScript, learn the Basics, its Features, and how to use it!

Learn the basics of TypeScript in this beginner-friendly crash course
TypeScript Tutorial is going to introduce you to every TypeScript Concepts

Hope you enjoy and may this video add value to your life.

Discord server

🌟 Premium Courses 🌟
Check out 32 hours of Laravel Content at

🔥 DIGITAL OCEAN HOSTING Affiliate

🌟 Gadgets I use 🌟

🌟 Support Me ( I am a full-time YouTube) 🌟

🌟 FOLLOW ME 🌟
Subscribe for New Releases!

(ask me questions!)

--- QUESTIONS? ---

Leave a comment below and I or someone else can help you.
For quick questions you may also want to ask me on Twitter, I respond almost immediately.

Thanks for all your support
Рекомендации по теме
Комментарии
Автор

Perfect Explanation, where function never reach to the end. That's why its type is "never". infinite function, exception function are the best one to understand.

ChandreshKesri
Автор

VOID: void not return anything but reach to the end of function
NEVER: not return anything and not reach to the end of function

khizrshaikh