PrepAway - Latest Free Exam Questions & Answers

How should you write the code?

HOTSPOT
You are developing an online shopping application that accepts credit cards for payment.
If the credit card number is invalid, the application must:
Generate an error
Assign “200” to the error number
Assign “Invalid” to the error description
You need to write the code that meets the requirements.
How should you write the code? (To answer, select the appropriate option from the drop-down list in the answer
area.)
Hot Area:

PrepAway - Latest Free Exam Questions & Answers

Answer:

Explanation:
Example: throw new Error(200, “x equals zero”);
throw Statement (JavaScript)

4 Comments on “How should you write the code?

      1. kaggelpiep says:

        My answer was ‘new’, ‘Error’, ‘Description’, ‘Linenumber’. Of course it was the other way around although the Error object reference does not suggest so… message comes first.

        new Error([message[, fileName[, lineNumber]]])

        I agree, another bullshit question… which is answered also false in my opinion.




        0



        0

Leave a Reply