--- id: 5d792539a222f385c5c17d2b title: Step 127 challengeType: 0 dashedName: step-127 --- # --description-- Now define a `median` function which takes an argument `nums` (in the global scope). # --hints-- See description above for instructions. ```js assert(/constmedian=\(?nums\)?=>/.test(code.replace(/\s/g, ''))); ``` # --seed-- ## --before-user-code-- ```html Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```