---
id: 5d7925361596f84067904f7f
title: Part 069
challengeType: 0
isBeta: true
---
## Description
Remove the `fn` declaration and return statement. Set `varRangeExpanded` to the result of using the `replace` method on `x`, with `rangeRegex` as the first argument and `""` as the second argument. Then, return it.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(!(code.includes("const fn")) && code.includes("varRangeExpanded") && evalFormula("A1:J133") === "3");
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html
```
## Solution