I wrote the code same as it given in example but its not working, need help folks!

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


// Change code below this line

var someAdjective =" awesome and danfastic ";
var myStr =" Learning to code is ";
mystr +=someAdjective;

Your browser information:

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

Challenge: Appending Variables to Strings

Link to the challenge:

Hello,
you have this variable mystr which is different from myStr. The last one is camelCase.

oh yeah it worked! thanks

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