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 trialWilliam Domenech
7,259 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
Front End Web Development Techdegree Graduate 32,790 PointsHello! This appears to be a duplicate of this post here. I've answered your question over on that page!
Steven Parker
231,236 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
231,236 PointsSteven Parker
231,236 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".