Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Kristoff 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,756 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,443 PointsCan you share the code that you're using?
eotfofiw
Python Development Techdegree Student 821 Pointseotfofiw
Python Development Techdegree Student 821 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.