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 Working with Strings Combine and Manipulate Strings

William Domenech
William Domenech
7,259 Points

Java Uppercase();

i have no idea what i am doing wrong can someone explain been stuck on this for a min

app.js
let firstName = "Will";
let lastName= "Dom";
let role = 'developer';
let msg = firstName + ' ' + lastName + ':' + role.toUppercase() ".";
Steven Parker
Steven Parker
229,732 Points

If the "answer" gets removed, or changed to a comment, you can delete this duplicate question. Click the little rectangle with the 3 dots to reveal the option to "Delete Question".

1 Answer

Steven Parker
Steven Parker
229,732 Points

Bella Bradbury, if you delete this "answer" (and optionally make it a comment instead) then William will be able to delete the duplicate question. But the system won't allow a question that has an answer to be deleted.