---
id: 5d7925387b682e962f209269
title: Part 110
challengeType: 0
isHidden: true
---
## Description
In `idToText`, use the `id` property of `cell` to make sure the argument is equal to the cell's id rather than the cell itself.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(/constidToText=\(?id\)?=>cells\.find\(\(?cell\)?=>cell\.id===id\)/.test(code.replace(/\s/g, "")));
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html
```
## Solution