Krenbot/body-of-cards

Update exercises for each card

pbp66 opened this issue · 2 comments

pbp66 commented

Once the card img html is updated, use the Exercise class to pull the exercise that corresponds with the card (use card code?). Will need additional javascript to link the two...
Update the html element with the exercise.

pbp66 commented

Currently in progress. Running into an issue with returning the fetched cards. Most likely an async/await issue.

pbp66 commented

Finished. Issue was from several missing return statements in the get methods within Exercise.