Which line of code should you use?

You have the following code:

You need to convert objStr into an array.
Which line of code should you use?
A. var jsObject = JSON.stringify(objStr);
B. var jsObject = Array.valueOf(objStr);
C. var jsObject = $.makeArray(objStr);
D. var jsObject = $.parseJSON(objStr);

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.