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 trial

JavaScript JavaScript Basics (Retired) Storing and Tracking Information with Variables Combining Strings

‘Welcome’ + ‘to’ + ‘treehouse’ is contradicting what Dave says

In the video, Dave says that adding two strings won’t automatically put a space in-between yet, next he shows:

‘Welcome’ + ‘to’ + ‘treehouse’ = Welcome to treehouse

That contradicts what he just said. It should equal:

‘Welcometotreehouse’ right?

This was probably just a mistake, but please tell me if it isn’t.

If you write

/cc Chris Upjohn

Does that notify you?

Chris Shaw
Chris Shaw
26,676 Points

The /cc doesn't matter, mentioning mean when using @ does notify I and any other mentioned user (including you) via notifications.

2 Answers

Dave McFarland
STAFF
Dave McFarland
Treehouse Teacher

Thanks for pointing this out. You're right, it's an error. We'll fix it shortly.

Great!

Joe Rizza
Joe Rizza
8,513 Points

I saw this too. I believe it was a mistake.

Yeah, thats what I thought