JavaScript

Photo by Markus Spiske on Unsplash

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. In this course we will scratch the surface and look at JS 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: using it to do make some interactive page elements

Latest JavaScript Posts

  • Class 25 [5/4] Group Project Briefs and JavaScript
    We started with going over the group project briefs and then went into JavaScript and jQuery focusing on doing an accordion with jQuery.
  • jQuery Basics
    jQuery is the most popular JavaScript Library. Using a library allows you to quickly write code that is compatible across a range of browsers. It should be noted that recently browsers and JavaScript have evolved to make it possible to do a lot of the things jQuery is good at without jQuery. You may see… Continue reading jQuery Basics
  • jQuery Setup
    Loading jQuery Into a Page There are two ways to load jQuery: Loading from the CDN Most people choose to load it from a CDN. The jQuery CDN allows you to choose which version you want to use. It should look something like this: Here is an example External JavaScript File Most of the time… Continue reading jQuery Setup

Resources

These JavaScript resources are grouped into areas. Some are direct links to resources while others are links to posts on this site.