freeCodeCamp / classroom

BSD 3-Clause "New" or "Revised" License
144 stars 121 forks source link

Function descriptions/documentation is at the end of the file in api_processor.js #423

Closed ngillux closed 1 year ago

ngillux commented 1 year ago

The Issue The description/documentation of how to the functions work is located at the bottom of the file - this can be easily be missed for someone who may want to use them.

Desired Behavior The description should be above the associated function i.e., the description for createDashboardObjects should be above the createDashboardObjects() function.

ngillux commented 1 year ago

A CodeDay mentee will be working on this (Manny).