---
id: 5d792535e54a8cd729a0d708
title: Part 59
challengeType: 0
isHidden: true
---
## Description
Now define `fn` to be `elemValue("1")` (inside `evalFormula` but outside `elemValue`). As `elemValue` returns a function, `fn` is also a function.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(/elemValue.*constfn=elemValue\(['"]1['"]\);?\}/.test(code.replace(/\s/g, "")));
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html
```
## Solution