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

Mia Johansson
Mia Johansson
3,572 Points

Beginner 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
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Here'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!

http://codepen.io/jen-nordell/pen/BjVJra

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