--- id: 5ddb965c65d27e1512d44dcd title: Step 54 challengeType: 0 dashedName: step-54 --- # --description-- Set the `placeholder` property of the `foodInput` equal to `'food name'`. # --hints-- See description above for instructions. ```js assert( code .replace(/\s/g, '') .match(/foodInput\.placeholder\=[\'\"\`]foodname[\'\"\`]/) ); ``` # --seed-- ## --before-user-code-- ```html

Calorie Counter

Sex
Breakfast
Lunch
Dinner
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```