Im Ditching Try, Catch for Good
The try, catch block is a staple of JavaScript, but it leaves a lot to be desired (especially when working with TypeScript). None of the errors are typed, it adds an extra level of block scoping which can make certain code difficult to write, and it catches all errors (not just the ones you want). That is why in this video I will show you 3 alternatives to try, catch that I much prefer. Find Me Here: My Blog: My Courses: Patreon: Twitter: Discord: GitHub: CodePen: Timestamps: 00:00 Introduction 00:24 Starting Code 01:12 Bad Error Hand. .., WebDevSimplified, webdevsimplified, trycatch, trycatchjs, trycatchts, typescripttypederrors, tserrortyping 20241015 AdmGHwvgaVs
|