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) Creating Reusable Code with Functions Giving Information to Functions

Why do we need the empty quote in return value?

at 06;56 on 'Giving information to Function' video, He put the '' '' in the return value. I don't get it why we need it, because we wrote '+unit' already.

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi grace! Actually, that's not an empty quote. It contains a blank space and he explains this at around 7:03 in the video. If you didn't have that the output would be "200sq ft" instead of "200 sq ft". He's just inserting a space between the area and the unit of measurement.

Hope this clarifies things! :sparkles:

Thank you so much Jennifer! You rock!!!! :)