Possible bug on lesson (?

Ican’t understand why this isn’t working =(

Your code so far


// Example
var anAdjective = "awesome!";
var ourStr = "freeCodeCamp is ";
ourStr += anAdjective;

// Only change code below this line

var someAdjective = "awesome!";
var myStr = "Learning to code is ";
myStr += someAdjetive

Your browser information:

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

Link to the challenge:
/javascript-algorithms-and-data-structures/basic-javascript/appending-variables-to-strings

look VERY closely at your variable names. One is spelled wrong.

1 Like

OMG … sorry to bother …

lol Not a bother. Sometimes we just need a fresh pair of eyes.

1 Like