Topics Covered:JavaScript; jQuery;
JavaScript and jQuery are incredibly important parts of becoming a well-rounded web developer or designer. Any professional environment will expect you to at least be familiar with it, so even if you don't use Javascript in your final project, please take the time to learn a little bit now. In the worst case, you spend a bit of time learning a new language and making the coding part of your brain more versatile—that never hurt anyone!
$(document).ready()
function achieve?
Most of you went over JavaScript modules on Teamtreehouse for your precoursework. However, to get more practice to familiarize yourself better with jQuery, here's a mandatory reading exercise: jQuery Basics.
If you'd also like to see Javascript basics, go over the Javascript
tutorial on the same website.
As well, if you haven't had a chance to check out CodeAcademy. It's a great resource for learning JavaScript!
Try playing with JSfiddle to see what your JS/jQuery code achieves. This is a great resource as well.
Don't learn CoffeeScript yet—it's very important to become proficient at Javascript first. Javascript works everywhere, Coffeescript does not.