Tell us what’s happening:
After step six
When i trying to creat a code with instruction given in step 7 it shows syntax error in line 9.
I have try to clear all previous code but same syntax error on previous lines like 8,7, 6, etc.
There is a syntax error on line 9. Please check for missing brackets, quotes, or other syntax issues.
Your code so far
console.log("Hi there!");
console.log("I am excited to talk to you.");
let bot;
bot = "teacherBot";
let botLocation = "the universe";
console.log("Allow me to introduce myself.");
let bot = "bot";
let botIntroduction = "My name is " + bot + ".";
console.log(botIntroduction);
Your mobile information:
SM-A566E - Android 16 - Android SDK 36
Challenge: Build a Greeting Bot - Step 7
Link to the challenge: