JavaScript Basics
  • What You Will Be Learning Throughout This Course
  • Creating Your Very First JavaScript Program
  • Some Examples of Good Text Editing Programs For Coding
  • What is JavaScript and Some Live Examples Of it On The Web
  • How To Access The External Files For Each Lesson of The Course
  • JavaScript Basics
  • How To Link an External JavaScript Files to an HTML Document
  • What is The JavaScript Console
  • JavaScript Console Challenge
  • The Solution To The Problem
  • Summary Of Our Introduction To JavaScript
  • How To Ask For Help?
  • How To Write Comments in JavaScript?
Using Variables and Storing Information
  • What is a Variable?
  • How To Assign Names To Your Variables?
  • An Introduction to Strings and Numbers
  • How To Capture Input From a User
  • Combining Strings Together
  • Working With Strings in Further Details
  • The Variable Coding Challenge
  • Solution To The Variable Coding Challenge
  • Quiz on Variables and Section 2
Working With Numbers In JavaScript
  • What Are Numbers
  • How To Subtract Numbers With JavaScript
  • How We Do Math In JavaScript
  • Working With The Math Object
  • The Numbers Challenge
  • Solution To The Numbers Challenge
  • Review For Working With Numbers
Working With Conditional Statements
  • What are Conditional Statements?
  • Comparison Operators
  • Working With Booleans
  • Comments in JavaScript
  • Combining Multiple Tests Into a Single Condition
  • Working With Conditional Statements Challenge
  • The Conditional Statements Challenge Solution
Working With JavaScript Functions
  • What Are Functions
  • How To Return a Value From a Function
  • Giving Information To a Function
  • The Variable Scope
  • Working With Functions Challenge
  • Working With Functions Solution
Working With JavaScript Loops
  • What is a loop
  • Working Further With While Loops
  • Do While Loops
  • Working With For Loops
  • How To Break Out of a Loop
  • The JavaScript Loop challenge
  • Solution to The JavaScript Loop Challenge
Working With JavaScript Arrays
  • What is an Array
  • How to Access Items in an Array
  • How To Add Items To An Array
  • How To Remove Items From An Array
Jquery Basics
  • Section on JQuery Coming Soon!
  • Introductory To JQuery
  • How To Download and Install JQuery
JavaScript Object Oriented Programming
  • How To Create a Basic Object In JavaScript
  • Introductory To JavaScript Methods
BONUS 1 - JavaScript Q and A VIDEOS
  • Should You Focus Exclusively on JavaScript?
  • Why Is JavaScript Such a Pain To Learn?