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

Ewerton Luna
Full Stack JavaScript Techdegree Graduate 24,031 PointsCan't type " or ' when using the REPL
I opened the REPL tool and then I tried writing:
print("Hello, World")
But I couldn't because the quotes won't appear when using REPL. I

Alexander Davison
65,469 PointsIs the keyboard you're using an English keyboard?
1 Answer

Ewerton Luna
Full Stack JavaScript Techdegree Graduate 24,031 PointsThat was the problem. If the keyboard is set up in a Brazilian layout, it won't work some keys when you're using REPL, I changed it to USA layout and it works just fine now. Thanks for helping! Really appreciate it.
Ewerton Luna
Full Stack JavaScript Techdegree Graduate 24,031 PointsEwerton Luna
Full Stack JavaScript Techdegree Graduate 24,031 PointsI use a MacBook Pro 2017 and live in Brazil, by the way. I don't know if this is a relevant information, but just in case it may be...