---
id: 5d68c758e0696bdec46938eb
title: Part 44
challengeType: 0
isHidden: true
---
## Description
Finally, update `text.innerText` to equal the `text` from the location object.
So far we have been accessing properties of the location object using bracket notation. This time use dot notation. Here is how to access a `name` property of an object called `obj` using dot notation: `obj.name`.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(update.toString().match(/text\.innerText\s*\=\s*location\.text\;?/));
```
## 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.