// Write your foodDemand function below.
// Last hint: In your reusable block of code, end each line
// with a semicolon (
var functionName = function foodDemand (âfoodâ); {
console.log(âI want to eatâ + âfoodDemandâ);}
<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<In what way does your code behave incorrectly? Include ALL error messages.>
```Replace this line with your code.
<do not remove the three backticks above>