Appending variables to a string

Tell us what’s happening:
I cant see the error here i think the console is bugged or something
Your code so far


// Change code below this line

var someAdjective = "Nice";
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/88.0.4324.190 Safari/537.36.

Challenge: Appending Variables to Strings

Link to the challenge:

Hi @TomasMerlo !

Welcome to the forum!

Spelling error

2 Likes

Hi!!!

Thanks a lot!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.