---
id: 5ddb965c65d27e1512d44dcd
title: Part 54
challengeType: 0
isBeta: true
---
## Description
Set the `placeholder` property of the `foodInput` equal to `'food name'`.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert( code.replace(/\s/g, '').match(/foodInput\.placeholder\=[\'\"\`]foodname[\'\"\`]/) );
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html