---
id: 5d792537ea3eaf302bf2d359
title: Part 091
challengeType: 0
isBeta: true
---
## Description
Now set `value` to `element.value.replace(/\s/g, "")`. This removes all whitespace from `element` so that we can ignore it.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(/constupdate=\(?event\)?=>\{constelement=event\.target;?constvalue=element\.value\.replace\(\/\\s\/g,["']{2}\);?\}/.test(code.replace(/\s/g, "")));
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html
```
## Solution