As part of the lesson tag filter feature, a user should be able to filter lessons by tag(s). This issue should cover just the JS implementation of adding tags to lessons.
Hint: you can add the tag field/property somewhere within addLesson() and you can check to see if this works within renderLessons.
Links to #62
As part of the lesson tag filter feature, a user should be able to filter lessons by tag(s). This issue should cover just the JS implementation of adding tags to lessons.
Hint: you can add the tag field/property somewhere within
addLesson()
and you can check to see if this works withinrenderLessons
.