Learn JavaScript in this online video tutorial series voering beginner and intermediate JavaScript concepts and methods. Accio Code goes from the very basics of setting up your files to writing functions in JavaScript to control your web page.
One of the most popular scripting languages for the web, JavaScript can enhance basic html web pages into interactive applications.
Developers can do calculations, manipulate animations and effects on the web page, and process user interactions. Many popular libraries are based on JavaScript from Twitter Bootstrap's interactions to MVC-based applications like AngularJS.
- Setting Up and Comments
- Variables
- Using Two Variables
- Intro to Functions
- Using Parameters in Functions
- Basic Math, Returns and Consoles
- Global and Local Variables
- Increment and Decrement
- If/Else Comparison Statements
- Simple Conditional Statements
- Switch Statements
- For Loop
- While Loop
- Do While Loop
- Event Handlers 1
- Event Handlers 2
- An Introduction to Objects
- Object Constructors
- Object Initializers
- Objects and Methods
- Arrays
- Array Properties and Concat
- Arrays - Join and Pop
- Arrays - Reverse, Push and Sort
- Arrays - Loops and Tables
- Associates Arrays
- Math Properties and the Console Log
- Date Object and Set Interval
- Form Validation 1
- Form Validation 2