Build a Greeting Bot - Step 12

Tell us what’s happening:

tried different ways of Code But the code Does not pass at all

Your code so far


// User Editable Region

let newNicknameGreeting = "I love my nickname but I wish people would call me " + bot + ".";
console.log(newNicknameGreeting);

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Build a Greeting Bot - Step 12
https://www.freecodecamp.org/learn/full-stack-developer/workshop-greeting-bot/step-12

Welcome to the forum @n.v.s.kashyap6

Please update the message to include your all of your code.

When you enter a code, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Happy coding

what are you saying man, i’m asking about the Code which i wrote its not passing , i tired various types of concatenation to join the string but its not passing you saying precede

I think they might be asking to see all of your code, not just this small section.