--- id: 5d792534cac2dbe0a719ea7a title: Part 26 challengeType: 0 isHidden: true --- ## Description
Set `noHigh` to `highPrecedence(str)` in `applyFn`.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert(code.replace(/\s/g, "").includes("constapplyFn=str=>{constnoHigh=highPrecedence(str)")); ```
## Challenge Seed
```html ```
### Before Test
```html Spreadsheet
```
### After Test
```html ```
## Solution
```html ```