153_activelearningJavaScript
153_activelearningJavaScript
Duration: 3 days
You Will Learn How To If you are not familiar with these technologies, we
recommend course 151 – Web Development using
Write and debug computer programs using
HTML5, CSS3 and Bootstrap.
JavaScript
Prior programming experience is not required.
Create interactive forms with client-side
validation
Create JavaScript function libraries for Course Content
increased code reuse and easier maintenance Introduction to JavaScript
Make use of the jQuery JavaScript library Introduction
Use jQuery to perform AJAX calls Trying Out JavaScript
Displaying Output
Course Benefits Getting User Input
Modern websites consist of more than just HTML Debugging JavaScript
and CSS. JavaScript is considered to be the industry
standard to create dynamic pages that enhance the Basic JavaScript Syntax
user experience. This course consists of Introduction
comprehensive lectures and hands-on exercises Code Blocks, Comments, and Whitespaces
Literals and Variables
designed to help you create feature-rich web pages
Data Types
that make use of JavaScript. This web development
Type Conversion
course is also a good introduction for people wanting
Arithmetic Operators
to get started with computer programming.
Conditional and Logical Operators
Operator Precedence
Who Should Attend
This course is intended for people familiar with Control Flow Structures
basic HTML and CSS, and would like to advance if statement
their web development skills by learning switch statement
JavaScript.
while loop
do-while loop
for loop Objects
break and continue Introduction to Objects
Defining a Class
Arrays and Strings Instantiating Objects
Arrays Accessing Object's Attributes
Creating Arrays Accessing Object's Methods
Looping through Arrays Defining Objects in Different Ways
Getting the Number of Elements in an Array Passing by Reference
Common Array Methods Copying Objects
Creating and Using Tables
Getting an Array of HTML Elements Essential JavaScript Objects
Strings Date Object
String Functions Math and Numbers Objects
Array.sort() and compare functions
Functions
Introduction to Functions Document Object Model
Creating and Calling Functions Using the Browser Object Model
Defining Function Parameters The Document Object Model
Returning a Value from a Function Getting HTML elements using the DOM
Understanding Local and Global Variable Scope Navigating the DOM
Using External JavaScript Files Manipulating the DOM