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

The 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.

There 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.

2 Answers

without 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

Thank you so much.

Can you share the code that you're using?