Posts by user135472 • 21 points
1 post
-
2
votes1
answer36
viewsA: Consuming JSON data in Javascript
You are accessing keys that do not exist in JSON, which is why you receive Undefined. The structure of JSON is: [ data: { item: {...}, recommendation: [{...}, {...}, {...}, ...], widget: { size: 10…