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

Please more javascript testing courses/workshops!

You basically can't get a job unless you know testing inside and out. I'm having tons of trouble finding resources that go over the basics of testing (underlying concepts).

All can find are (1) poorly design/written blog posts showing how to use XYZ testing framework with XYZ back-end and XYZ front-end, or (2) blogposts about why testing is important to do.

I get unit-test vs end-to-end at a very high level, but as far as executing them it's just not clicking.

If anybody has suggested resources, please post them here.

This like all I could find:

https://www.smashingmagazine.com/2012/06/introduction-to-javascript-unit-testing/

And it's not really that straightforward in my opinion. It gets convoluted with using a relatively complex example.

I'm looking for the 'You Don't Know JS' for javascript testing.

Im with you on this one, and would definitely like to be pointed in the same direction.