The EASY Way to Handle Errors in JavaScript (For Beginners)

  Рет қаралды 9,155

Sonny Sangha

Sonny Sangha

Күн бұрын

🚨 Join the world’s BEST developer course & community: Zero to Full Stack Hero 👉 www.papareact.com/course
📩 Want coding problems (with solutions!) delivered to your inbox daily? www.papareact.com/dailycoding...
🔴 LOOKING FOR THE CODE? 🛠️
links.papareact.com/github
Join me as I teach you several topics related to Try, Catch and Finally Blocks such as:
👉 What is a Try Statement
👉 What is a Catch Statement
👉 What is a Finally Statement
👉 Their Syntax and several Use Cases
👉 How to Rethrow Errors
👉 How to throw Custom Errors
👉 What is Destructuring & How do we use it?
👉 Why it's important to know and understand these Statements!
🖥️ Code Editor used in this tutorial: runjs.app/
👇 FOLLOW ME HERE:
Instagram: links.papareact.com/instagram
Facebook: links.papareact.com/facebook
LinkedIn: links.papareact.com/linkedin
Twitter: links.papareact.com/twitter
Discord: links.papareact.com/discord
Newsletter: links.papareact.com/newsletter
💰 WANT TO SUPPORT THE CHANNEL?
Donate here: links.papareact.com/donate
Grab some PAPAFAM Merch: links.papareact.com/merch
🕐 TIMESTAMPS:
00:00 Introduction
00:13 Introduction to Errors
00:53 Try, Catch and Finally Block Syntax
03:04 Example #1 (Throwing a Custom Error)
05:05 Example #2 (Rethrowing a Error)
06:46 Example #3 (Finally Block)
08:26 Example #4 (Not using the Catch Block)
09:16 Example #5 (Exception Handling in a Timed Function)
11:31 Lesson Summary
11:48 Outro
Let’s get it PAPAFAM 🔥.
#javascript #tutorial #beginner #errorhandling

Пікірлер: 25
@patite3103
@patite3103 Жыл бұрын
I found the video very useful. Would it be possible to do a video with a more complex structure using Next.js 13 and making debugging? This would help a lot since I regularly get stuck with errors and I don't know how to handle those errors or interpret them. Thank you!
@tauqeerhusain7521
@tauqeerhusain7521 Жыл бұрын
Thanks papa fam sir ❤ you are great teacher as well as good programer i learned many things from you ❤❤
@ceejGU
@ceejGU Жыл бұрын
im learning backend and this is perfect for writing endpoints
@kajetankowalski420
@kajetankowalski420 Жыл бұрын
Exactly what I was looking for, thank you! :D. And as a sidenote, you're editor theme looks neat, what theme is it?
@dev_ression
@dev_ression Жыл бұрын
great video man, very helpful
@akhil5130
@akhil5130 Жыл бұрын
Nice examples and explanations 👌👌
@LizyAd
@LizyAd Ай бұрын
Your content is amazing!
@DeepLook1
@DeepLook1 Жыл бұрын
Thank u sir we are waiting...
@mohitjassal629
@mohitjassal629 Жыл бұрын
love your content with qazi bro ❤
@farabirashid
@farabirashid Жыл бұрын
Really awesome ❤️
@pradeepadhikari2035
@pradeepadhikari2035 Жыл бұрын
We are waiting sir
@mustaneerhaider515
@mustaneerhaider515 Жыл бұрын
Can you make a video on how to setup env vaariable inside a react native expo app for both development and when the app is pushed for production to the app stores.
@daring7495
@daring7495 Жыл бұрын
i would like to see a full stack video on hasura, graphql, supabase and nextjs pls
@aniketbhalla1521
@aniketbhalla1521 Жыл бұрын
Please make an advance level error handling video in a React app, handling errors according to different http response statuses with some efficient advance way. Curious. Thanks for this video.
@tech_bahak
@tech_bahak Жыл бұрын
Watching from Nepal
@tushardhalwal329
@tushardhalwal329 Жыл бұрын
plz make a video on how to handle api
@jamshediqbal7936
@jamshediqbal7936 Жыл бұрын
I must say try~catch block should be used when you have async await syntax
@DeepLook1
@DeepLook1 Жыл бұрын
❤ u bro sonny sangha
@okosunfamily1081
@okosunfamily1081 Жыл бұрын
We Good
@AbdulWahab-fs2qg
@AbdulWahab-fs2qg Жыл бұрын
Make modern js course
@usmanmarkaz
@usmanmarkaz Жыл бұрын
​plz make full stack Netflix clone in React native
@pradeepadhikari2035
@pradeepadhikari2035 Жыл бұрын
🚀🚀🚀🚀🚀
@coolemur976
@coolemur976 Жыл бұрын
Giving example of try-catch for type errors instead of recommending using typescript seems strange.
@nikhiltiwari7936
@nikhiltiwari7936 Жыл бұрын
Error: Invalid parameter in getDocument, need either Uint8Array, string or a parameter object this error is coming up again while parsing pdf to text // let buffer = req.file.buffer; // console.log(buffer); // await pdfParse(buffer).then((data) => { // console.log(data.text); // res.status(200).send(data.text, 'PDF file uploaded and converted to text'); // }) where have I made the mistake?
@piyushyadav7764
@piyushyadav7764 Жыл бұрын
let buffer = req.file.buffer; let uint8Array = new Uint8Array(buffer); await pdfParse({ data: uint8Array }).then((data) => { console.log(data.text); res.status(200).send(data.text, 'PDF file uploaded and converted to text'); })
Learn JavaScript Destructuring in 20 minutes (For Beginners)
20:29
Sonny Sangha
Рет қаралды 16 М.
How To Choose Ramen Date Night 🍜
00:58
Jojo Sim
Рет қаралды 45 МЛН
ШЕЛБИЛАР | bayGUYS
24:45
bayGUYS
Рет қаралды 509 М.
ОДИН ДОМА #shorts
00:34
Паша Осадчий
Рет қаралды 5 МЛН
Learn JavaScript Promises in 19 minutes (For Beginners)
19:16
Sonny Sangha
Рет қаралды 18 М.
JavaScript Try...Catch plus Throwing Errors and Exceptions
11:19
Steve Griffith - Prof3ssorSt3v3
Рет қаралды 16 М.
JavaScript Error Handling and Tracking Tips and Tricks
13:57
James Q Quick
Рет қаралды 11 М.
you will never ask about pointers again after watching this video
8:03
Low Level Learning
Рет қаралды 1,9 МЛН
Learn the JavaScript Map function in 18 minutes (for beginners)
18:23
The ARM chip race is getting wild… Apple M4 unveiled
4:07
Fireship
Рет қаралды 714 М.
Try Catch Error Handling With TypeScript
8:53
ByteGrad
Рет қаралды 4,8 М.