JS docs - writing js docs
Mon Jul 08 2024 01:02:50 GMT+0000 (Coordinated Universal Time)
Saved by @davidmchale #jsdocs
above the function type /** and enter JS docs will create params based on the params of a function above the @param we can write a description of the function beside each param call, we can write a comment about what each variable will do
Comments