---
id: 5d792534cac2dbe0a719ea7a
title: Part 026
challengeType: 0
isBeta: 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
### After Test
```html
```
## Solution