You need to handle errors in UpdateRecord.js. Which code segment should you add at line UR06?
Correct Answer: A
Explanation The catch statement lets you handle the error. Syntax: catch(err) { Block of code to handle errors } Reference: https://www.w3schools.com/js/js_errors.asp