We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use JS doc for docstrings
Ean's example for his const thaiFood = (SideOrder)
\** * @param {object} sideOrder : Name of food item to check availability for. * @returns {boolean} */ const thaiFood = (siderOrder) => { var isAvailbile = (sideOrder.isAvailible === true); return isAvailible }
Edit (Ean): correcting syntax
The text was updated successfully, but these errors were encountered:
Hey @sugarsyntax @qwertypie90 you all are doing a great job with the doc strings! Some notes:
Sorry, something went wrong.
sugarsyntax
qwertypie90
No branches or pull requests
Use JS doc for docstrings
Ean's example for his const thaiFood = (SideOrder)
Edit (Ean): correcting syntax
The text was updated successfully, but these errors were encountered: