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

Bassem TAAMALLAH
10,035 Pointsfunction toUpperCase() { [native code] } problem by using toUppercase()
i got a problem when i want to display the uppercase of string on the console or on the web browser. I got the message " function toUpperCase() { [native code] }". Are there any solutions? thanks
2 Answers

Steven Parker
225,652 PointsOne likely cause of this error would be forgetting to put the parentheses after the function name to invoke it.
If that's not it, please post your code here for a more accurate answer.

Omar Bahaa
Courses Plus Student 1,801 PointsSteven Parker , It was not my question, however i was about to ask the same question and actually you are right. i feel stupid :D

Steven Parker
225,652 PointsDon't feel stupid, mistakes are the best teachers.
jamesjones21
9,260 Pointsjamesjones21
9,260 Pointscan you provide me with your code?