Microsoft Exam Questions

You need to create code to meet the following requireme…

DRAG DROP
You develop code in JavaScript. The code calls a functions named fnl.
Sometimes, fnl throws a RangeError on a SyntaxError error.
You need to create code to meet the following requirements:
Catch the error.
Call the catchRangeError function if RangeError is thrown.
Call the catchSyntaxError function if SyntaxError is thrown.
Develop the solution by selecting and arranging the required code blocks in the correct order. You may not
need all of the code blocks.
Select and Place:

Answer: