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

Does anyone have any recommendations on basic Javascript Training? I am taking the Javascript basic. Need Extra Practice

I am taking the Frontend Developers Course and have a use CSS and HTML 5 daily but need help and practice on Javascript. Wheres the best place to get some extra task or exercise on Javascript basics?

4 Answers

Kevin Gates
Kevin Gates
15,053 Points

I would consider switching to the Beginning JavaScript track or Full Stack JavaScript track to see additional courses and practice sessions. You can alternatively just search Treehouse's library for JavaScript and you'll find additional courses.

Do you know any websites that have small programs to help you learn to?

Brendan Whiting
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Brendan Whiting
Front End Web Development Techdegree Graduate 84,736 Points

Here are a couple other learning resources outside of Treehouse:

  • Exercism has JavaScript track. It's free and you get feedback from mentors. You interact with a command line tool to download and submit the exercises.
  • Codecademy has some JavaScript courses, some free some paid.

Hi Matthew - The tracks here are light on multi-challenges to help really practice the lessons. I've been looking into this very thing today...the three links below are beginner level and seem practical compared to others I've tried. You'll have to find exercises that match what you've learned on TH. It seems one you're more advanced there are some pretty good sites out there with exercises and projects. If I find something better I'll post. Please do the same!

https://www.w3resource.com/javascript-exercises/javascript-basic-exercises.php

https://www.jshero.net/en/success.html

https://learn.freecodecamp.org/ --Javascript Algorithms And Data Structures Certification (300 hours) > Basic JavaScript

Thanks for the reply's everyone!