--- id: 5d792539a222f385c5c17d2b title: Part 127 challengeType: 0 --- # --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