본문 바로가기

salesforce certification

(2/60) A developer wants to use a try...catch statement to catch any error that countSheep () may throw and pass it to a handleError () function. What is the correct implementation of the try...catch?

setTimeout 함수를 try...catch 문과 함께 사용하기 위한 예제

참고자료 : https://javascript.info/try-catch

 

Error handling, "try...catch"

 

javascript.info