--- id: 5d792534cac2dbe0a719ea7a title: Part 26 challengeType: 0 dashedName: part-26 --- # --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 Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```