---
id: 5d7925385b74f69642e1fea5
title: Part 102
challengeType: 0
isBeta: true
---
## Description
Obviously, this was ignored, as all `highPrecedence` does is return a value and this value is ignored.
Now compare `highPrecedence("2*2")` with `highPrecedence("2*2")`, and `console.log` the result.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(/update=\(?event\)?=>\{.*console\.log\((highPrecedence\(['"]2\*2['"]\))===\1\).*\}/.test(code.replace(/\s/g, "")));
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html
```
## Solution