TIY-Durham / 2015-FALL-FEE

Class repo for the Front-End Engineering class of the Fall 2015 cohort at TIY Durham
18 stars 12 forks source link

05 -- Jeremy Rist #124

Closed jeremyrist closed 9 years ago

jeremyrist commented 9 years ago
jeremyrist commented 9 years ago

https://github.com/jeremyrist/jeremyrist.github.io/pull/11

jeremyrist commented 9 years ago

https://github.com/jeremyrist/TIY-Assignments/pull/7

jeremyrist commented 9 years ago

https://github.com/jeremyrist/TIY-Assignments/pull/8

jeremyrist commented 9 years ago

https://github.com/TIY-Durham/StudentRoster/pull/27

jeremyrist commented 9 years ago

I have no idea what these DOM elements are and I'm not sure how those sample websites do what they are doing.

jeremyrist commented 9 years ago

When I was working on the API Gymnastics problem I got stuck trying to find the average of the prices. I was able to figure out that the items.json file was one gigantic array, which meant I should have been able to reference different elements of the array by calling them with [ ] or by using a method. I was able to figure out that the price was always listed as the 11th element of the array and so I tried to call it by using the .slice method but I wasn't able to write code that made it all happen.

kellymurray commented 9 years ago

Received Continue Improving because:

Please review and close.