---
id: 5d79253582be306d339564f6
title: Part 055
challengeType: 0
isBeta: true
---
## Description
Replace the `n1` return value in `rangeFromString` with `range(n1, n2)`.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(/evalFormula.*constrangeFromString=\(n1,n2\)=>range\(n1,n2\)/.test(code.replace(/\s/g, "")));
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html
```
## Solution