Help me in Module 2, Wrap Up challenge

I have spent nearly 2 hours on it, don’t know where I am lacking, never experience this error

Could you please post your view code, your QouteViewModel, And your Quote data object, As I really can’t say what Is happening without those objects.

Also if you could post it as text that would be quite helpful

@Sam_Grover

Hi Sam,

Can you also include your json code you have created for each of the Authors you are listing quotes for.

As Abdul Wahid is suggesting, paste your code in as text, rather than providing a screenshot.

To format the code nicely, place 3 back-ticks ``` on the line above your code and 3 back-ticks ``` on the line below your code. Like this:

```
Code goes here
```

The 3 back-ticks must be the ONLY characters on the line. The back-tick character is located on the same keyboard key as the tilde character ~ (which is located below the Esc key).

Alternatively after you paste in your code, select that code block and click the </> button on the toolbar. This does the same thing as manually typing the 3 back ticks on the line above and below your code.

This also makes it easier for anyone assisting as they can copy the code and carry out some testing.