Which three actions should you perform in sequence to complete the implementation?

DRAG DROP
You have the following code:

The web service returns a JSON object that contains two properties named Description and FileName.
The PersonImage object must meet the following requirements:
• Create an object that represents an image that will be displayed.
• Set the image properties from the values that are returned by the web service.
• Expose the image as a property of the PersonImage object.
You need to insert code at line 13 to complete the implementation of the PersonImage object.
Which three actions should you perform in sequence to complete the implementation? (Develop the solution by selecting the required code segments and arranging them in the correct order.)
Select and Place:

microsoft-exams

2 thoughts on “Which three actions should you perform in sequence to complete the implementation?

  1. Instead of ‘return this.img ‘ should be ‘this.img = img’ to have personImage.img usable.
    If there is ‘this.img’ it doesn’t need to return anything.

Leave a Reply

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


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