---
id: 5d6755fce0696bdec46938df
title: Part 32
challengeType: 0
---
## Description
Inside the `"button text"` array, add three string elements. Use the three stings assigned to the buttons inside the `goTown` function.
Here is an example array with three strings: `const arr = ["one", "two", "three"];`.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert.deepStrictEqual(locations[0]['button text'], ["Go to store","Go to cave","Fight dragon"]);
```
## Challenge Seed
```html
```
### Before Test
```html
RPG - Dragon Repeller
XP: 0Health: 100Gold: 50
Monster Name: Health:
Welcome to Dragon Repeller. You must defeat the dragon that is preventing people from leaving the town. You are in the town square. Where do you want to go? Use the buttons above.