ga-wdi-boston / js-reference-types-practice

Practice with collections and functions
Other
0 stars 154 forks source link

Response #108

Closed buffalo0707 closed 7 years ago

buffalo0707 commented 7 years ago

Required tasks + bonus.

This was tricky for me because of not fully understanding what grunt expected. When I created my subwayLines array, I used different key names than what grunt was looking for. Even though my logic was all correct, grunt was failing since if couldn't find any of the stations in any of the test cases.

benjimelito commented 7 years ago

Like I said in the code, nice work on the extra credit. It can help to look over the tests before beginning, in order to avoid annoying errors like the one you experienced