JSDoc graderΒΆ
This grader checks that all functions have proper JSDoc comments documenting the functionality of each function.
JSDoc
eslint exploits a plugin eslint-plugin-jsdoc to check jsdocs of the git repository. Rule set is the plugin recommendation.
VSCode provides auto-complete: go in top of a function, write /** and then enter: parameters are got for free.
Exercise fails, if there are any errors in the report. Warnings do not cause a fail but it is still a good practice to fix them too.
Submitting Your Project to Plussa
PLEASE NOTE: You should copy-paste the git@.... url, not the https://... url
A+ presents the exercise submission form here.