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!
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
William Domenech
2,248 PointsJava Uppercase();
i have no idea what i am doing wrong can someone explain been stuck on this for a min
let firstName = "Will";
let lastName= "Dom";
let role = 'developer';
let msg = firstName + ' ' + lastName + ':' + role.toUppercase() ".";
1 Answer

Bella Bradbury
Full Stack JavaScript Techdegree Graduate 25,264 PointsHello! This appears to be a duplicate of this post here. I've answered your question over on that page!

Steven Parker
224,811 PointsBella 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.
Steven Parker
224,811 PointsSteven Parker
224,811 PointsIf 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".