--- id: 5d792534cac2dbe0a719ea7a title: Part 26 challengeType: 0 --- # --description-- Set `noHigh` to `highPrecedence(str)` in `applyFn`. # --hints-- See description above for instructions. ```js assert( code .replace(/\s/g, '') .includes('constapplyFn=str=>{constnoHigh=highPrecedence(str)') ); ``` # --seed-- ## --before-user-code-- ```html