We've put together a condensed set of tutorials to take you through the fundamentals of JavaScript and jQuery. They have been curated in a way that gives you enough information to figure out the following exercises for that section.
Please clone the repo, remove the remote and commit your solutions to your own repo labelled javascript_fundamentals. You should read each tutorial and complete the corresponding exercises for each.
#forked to lrzuniga repo
- JS Overview - lz
- JS Datatypes and Variables -lz
- JS Variables Exercises -lz
- JS Functions -lz
- JS Functions Exercises -lz
- JS Control Flow & Arrays -lz
- JS Control Flow Exercises -lz
- JS Array Exercises -lz
- JS Objects & the DOM -lz
- JS Objects Exercises -lz
- JS DOM Exercises
- jQuery
- jQuery - Try jQuery by CodeSchool Exercises
- jQuery Exercises
- JS Code Organization
- JS Optional Exercises