---
id: 5d6f72657c812010bf3327d0
title: Part 57
challengeType: 0
isHidden: true
---
## Description
Before we write the code for the `buyWeapon` function, use `const` to create a `weapons` variable right above the `locations` array. Set it to equal an empty array.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert.deepStrictEqual(weapons, []);
```
## 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.