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 jsQbject = Array.bind(objStr);
B. var jsObject = Array.valueOf(objStr);
C. var jsObject = JSON.parse(objStr);
D. var jsObject = S.makeArray(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.