Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialSISLEY NGUYEN
1,835 PointsK! Make a new variable named subject that concatenates (uses the + sign) the string "Treehouse loves" and your name vari
K! Make a new variable named subject that concatenates (uses the + sign) the string "Treehouse loves" and your name variable. You've probably received an email or two with this subject already!
name="Sisley"
subject="Treehouse loves" + "Sisley"
1 Answer
Alexander Davison
65,469 PointsDidn't you already ask this question?
SISLEY NGUYEN
1,835 PointsSISLEY NGUYEN
1,835 PointsI did, but it didn't work when i put it in.
Alexander Davison
65,469 PointsAlexander Davison
65,469 PointsYou didn't try this?
SISLEY NGUYEN
1,835 PointsSISLEY NGUYEN
1,835 PointsStill doesn't work.