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 trialKristoff Villanueva
898 PointsThe texts inside JSX are rendered automatically as UPPERCASED. How to render it in lowercase?
Without adding any styling, I expected that the render will return a lowercase but it's not. Can anyone enlighten me here? Thanks.
2 Answers
Caleb Evans
5,986 Pointswithout seeing you code the only thing I can recommend is the toLowerCase() method.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/toLowerCase
Kristoff Villanueva
898 PointsThank you so much.
Charlie Palmer
15,445 PointsCan you share the code that you're using?
eotfofiw
Python Development Techdegree Student 824 Pointseotfofiw
Python Development Techdegree Student 824 PointsThere is a link on the main "Community" page labelled "Just ask" which opens a modal with advice on where and how to ask questions to get an answer. I would take a look there on advice for how to ask a question in the forum, and what kind of information to provide for people to be able to assist.