JavaScript allows us to make our pages interactive, animated, use data and more. We could make the entire course about JavaScript and still have not covered everything. So don’t worry about not understanding everything. Throughout this course we will cover the basics in these areas:
- CONCEPTS: Why use it, how and where is it used on the web, language basics.
- USE: how to add it to a page, language syntax, using editor
- PRACTICE: solving typical problems, repetition, debugging
Contents
Resources
These JavaScript resources are grouped into areas. Some are direct links to resources while others are links to posts on this site.
LinkedIn Learning JavaScript Collections
These are collections of videos on JavaScript that I gathered from different LinkedIn Learning Courses. Many require no files, a few do. You can find download links for the exercise files on the site (I will add in links later if needed). If you want to start from the beginning follow the numbered order.
Reference Sites
These sites have reference materials you can use to look up terms and techniques. Nobody can remember all of this. The Modern JavaScript Tutorial at javascript.info is both a tutorial and reference. MDN has many different resources from tutorials to references to overviews.
Try it Out
These sites allow you to quickly try out JavaScript right in the browser with no setup on your computer. JavaScript.com/try is an interactive tutorial that takes you through
Free Books
Here are some free books and book-like resources. You can also visit this site that has a larger list of books: JSBooks.revolunet.com