You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the comments @Cadesh has been adding to his recent code, I'm going to adopt the following into the code style guide:
/**-------------------------------------------------------------------------------
* @description of function
*
* @param {String} someString description of the parameter.
* @returns {Number} description of the return value
*///------------------------------------------------------------------------------
New functions should be commented
The text was updated successfully, but these errors were encountered: