---
id: 5d792538de9fa3f298bcd5f6
title: Part 101
challengeType: 0
isHidden: true
---
## Description
Now try calling `highPrecedence` and pass it the string `"2*2"` without assigning it to a variable in `update`.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(/update=\(?event\)?=>\{.*highPrecedence\((['"])2\*2\1\).*\}/.test(code.replace(/\s/g, "")));
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html
```
## Solution