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

Ayush Bahuguna
Ayush Bahuguna
2,092 Points

How do I practice my skills?

I recently finished the JavaScript course and I am not really confident about my knowledge. So, is there some sort of resource which allows people to practice theirJavaScript skills?

1 Answer

Hi Ayush,

Glad to hear you finding ways to practice your skills. I am in the same boat and I think a great way to get better at it is to practice! One site I like to use to try things out is jsfiddle.net. It has different kind javascript version and library and you can try things out for free. Browsing through github and replicating some things other people have done and learn from it.

Some stuff I have done is Odd, even, and prime number generator, loan calculation with graphs, simple mathematical formula calculator, HTML 5 canvas drawing with javascript, and random idea I think of or that is useful.

I think you can do a lot with javascript. I started out simple and trying to move my way. Hope this help I am looking forward to see some of your stuff. Best of luck.

Ayush Bahuguna
Ayush Bahuguna
2,092 Points

Wow. You are already on your way sir. Kudos and thanks for the answer. ;)