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 trialMia Johansson
3,572 PointsBeginner projects for javascript?
I'm learning javascript right now and I was wondering if anyone had an idea for an easy project that I can work on to apply what I've learned?
2 Answers
Jennifer Nordell
Treehouse TeacherHere's a codepen I did for a random quote generator with some randomizing of colors. This may be too simple for you but if it isn't... see if you can make your own that works the same in functionality!
Fernando Boza
25,384 Pointsdepending if you also know other library's like jquery, etc. You can practice your skills making text based quiz's using logic. I did it for fun and it's how I reinforce the vocabulary. I didn't save any of my old projects but i suggest starting with prompt, alert, variables, bool and, etc etc. You can even throw query in the bag to spice it up.
Mia Johansson
3,572 PointsMia Johansson
3,572 Pointsthanks!