--- id: 5ddb965c65d27e1512d44dcd title: Part 54 challengeType: 0 dashedName: part-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