Skip to content
Snippets Groups Projects
Commit cdb60622 authored by brickode's avatar brickode
Browse files

JSDoc fix

parent cab93e47
No related branches found
No related tags found
No related merge requests found
......@@ -400,6 +400,7 @@ function deepAssign(target, source) {
* For more information about mean vs. median see
* https://www.clinfo.eu/mean-median/
* @param {number[]} arr Does not need to be sorted
* @returns {number}
*/
function median(arr = []) {
const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment