---
id: 5d7925330f300c342315066d
title: Part 020
challengeType: 0
isBeta: true
---
## Description
In `highPrecedence`, define `regex` to be `/([0-9.]+)([*\/])([0-9.]+)/`.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(code.replace(/\s/g, "").includes("regex=/([0-9.]+)([*\\/])([0-9.]+)/"));
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html
```
## Solution