10
11
12
13
14
Step 8
The next message from the bot will concern the bot’s location.
Create a variable called botLocationSentence.
Then use string concatenation with the + operator to join the string "I live in " with the botLocation variable followed by a period (.).
Assign this value to the botLocationSentence variable.
Then, log the value of botLocationSentence to the console.