Skip to main content
Adobe training, UX Courses, and Photoshop Classes at AGI
American Graphics Institute
Secondary
  • About
  • Contact
  • Locations
  • Books
  • All classes
  • UX Classes
  • Cart
  • Log in
Search
Search
Main menu
  • Classes & Workshops
    • Classes & Workshops
    • Column 1
      • Adobe Classes
      • Photoshop
      • InDesign
      • Illustrator
      • Premiere Pro
      • After Effects
      • Animate
      • Acrobat
      • Captivate
      • XD
      • Creative Cloud
      • All Adobe
      • Digital Marketing
      • HTML Email
      • Google Analytics
      • Google Tag Manager
      • Digital Marketing Certificate
    • Column 2
      • Elearning
      • Captivate
      • Camtasia
      • Graphic Design
      • Graphic Design Course
      • Design Thinking
      • Graphic Design Certificate
      • Graphic Design for High School Students
      • Office Skills
      • PowerPoint
      • Keynote
      • Excel
      • Access
      • Google Docs
      • Presentation Design
      • PowerPoint Design
      • Keynote Presentation Design
    • Column 3
      • UX Classes
      • UX Design
      • Information Architecture
      • Rapid Prototyping
      • UX for Mobile & Touch
      • Figma
      • Sketch
      • XD
      • UXQB CPUX Certification
      • UX Certification
      • UX Certificate
      • Video Editing
      • Premiere Pro
      • After Effects
      • Final Cut
      • Video Editing for High School Students
      • Web Accessibility
      • Web Accessibility
      • Section 508
    • Column 4
      • Web Design
      • WordPress
      • HTML
      • CSS
      • Responsive Web Design
      • Web Design Certificate
      • Web Graphics
      • Web Design for High School Students
      • Web Development
      • JavaScript
      • HTML
      • CSS
      • Drupal
      • WordPress
      • CAD & 3D Design
      • Sketchup
      • 3DS
      • Maya
      • See All Classes
  • Online Training
    • Online Training
    • Column 1
      • Adobe Classes
      • Photoshop
      • InDesign
      • Illustrator
      • Premiere Pro
      • After Effects
      • Animate
      • Acrobat
      • Captivate
      • XD
      • Creative Cloud
      • All Adobe
      • Digital Marketing
      • HTML Email
      • Google Analytics
      • Google Tag Manager
      • Digital Marketing Certificate
    • Column 2
      • Elearning
      • Captivate
      • Camtasia
      • Graphic Design
      • Graphic Design Course
      • Graphic Design Certificate
      • Design Thinking
      • Office Skills
      • PowerPoint
      • Keynote
      • Excel
      • Access
      • Google Docs
      • Presentation Design
      • PowerPoint Design
      • Keynote Presentation Design
      • Figma
    • Column 3
      • UX Classes
      • UX Design
      • Information Architecture
      • Rapid Prototyping
      • UX for Phone & Touch
      • Sketch
      • XD
      • UXQB CPUX Certification
      • UX Certification
      • UX Certificate
      • Video Editing
      • Premiere Pro
      • After Effects
      • Final Cut
      • Web Accessibility
      • Web Accessibility
      • Section 508
    • Column 4
      • Web Design
      • Web Design Certificate
      • WordPress
      • HTML
      • CSS
      • Responsive Web Design
      • Web Graphics
      • Web Development
      • JavaScript
      • HTML
      • CSS
      • Drupal
      • WordPress
      • CAD & 3D Design
      • Sketchup
      • 3DS
      • Maya
      • See All Classes
  • Certificate Programs
    • Certificate Programs
    • Column 1
      • Web Design Certificate
      • UX Certificate
      • Digital Marketing Certificate
    • Column 2
      • Graphic Design Certificate
      • Video Editing Certificate
      • Web Development Certificate
    • Column 3
      • Photoshop Certificate
      • All Certificate Programs
  • Creative Cloud Classes
    • Creative Cloud Classes
    • Column 1
      • Creative Cloud for Print & Digital
      • Creative Cloud for Video
      • Creative Cloud for Web
    • Column 2
      • Photoshop CC
      • InDesign CC
      • Illustrator CC
    • Column 3
      • Premiere Pro CC
      • After Effects CC
      • Animate CC
      • See All Classes
  • Adobe Training
    • Adobe Training
    • Column 1
      • Photoshop
      • InDesign
      • Illustrator
      • Animate
      • Acrobat
    • Column 2
      • Premiere Pro
      • After Effects
      • XD
      • Captivate
      • Connect
    • Column 3
      • Dreamweaver
      • Creative Cloud
      • LiveCycle
      • AEM Forms
      • InCopy
      • All Adobe Classes
      • See All Classes
  • Private Training

  • About
  • Contact
  • Locations
  • Books
  • All classes
  • UX Classes
  • Cart
  • Log in
Breadcrumb
  1. Home
  2. JavaScript Training Classes
  3. JavaScript Class in Boston on February 15, 2023
During the pandemic all in-person classes are delivered live online. You can retake the course in-person at no cost once our classrooms reopen. See how live online training works in this brief video.

During the pandemic all in-person classes are delivered live online. You can retake the course in-person at no cost once our classrooms reopen. See how live online training works in this brief video.

Learn about our Boston Training Center

American Graphics InstituteAGI Training Boston
8 Cabot Rd
Woburn, MA
01801
USA
(781) 376-6044
Graphic Design Courses, Web Design Classes, Adobe Training, Photoshop Classes, InDesign Courses, HTML Classes, UX Classes, Creative Cloud Classes, Illustrator Classes, and Apple Training in Boston.

 


View Larger Map

All classes include

free retakes of courses Free retakes

Curriculum provided Detailed curriculum

Live instructor Live instructor

flexible rescheduling Flexible rescheduling

flexible rescheduling Certificate of Completion

JavaScript Class in Boston on February 15, 2023

Javascript Training Class for Web Design - Introduction

Wed, Feb 15 2023 - Thu, Feb 16 2023
AGI Training Boston

$995.00

Register

Learn JavaScript essentials for web design and web development in this introductory JavaScript course. Discover how to use JavaScript and jQuery for common practical situations. Add interactivity to HTML pages, add rollovers, validate forms, create redirects, and more. This JavaScript course is for individuals who have basic skills with web page design or development, such as those gained in the introductory HTML & CSS course, although no previous programming experience is required.

Download Course Description (PDF)
See all Web Design Classes, See all JavaScript Training Classes, See all Web Development Training Classes

JavaScript Overview

  • Understanding the role of JavaScript
  • Places where JavaScript is used
  • Adding JavaScript to an HTML website
  • Drawbacks and browser incompatibilities
  • JavaScript libraries, plug-ins, and frameworks
JavaScript Language Essentials
  • Storing data in a variable
  • Overview of the different types of data
  • Understanding operators and expressions
  • Working with JavaScript's built-in functions
Defining JavaScript Functions
  • Working with local variables
  • Allowing external arguments
  • Returning values from functions
  • Understanding recursion
Working with Objects in JavaScript 
  • Identifying the role of Objects
  • Defining Objects using JSON
  • Accessing properties with the dot syntax
  • Working with JavaScript's built-in Objects
JavaScript Events and Interactivity
  • Responding to events
  • Understanding function scope
  • Working with the Event Object
  • Preventing the default behavior of events
  • Understanding event bubbling
JavaScript Forms and Conditionals
  • Understanding Boolean logic
  • Checking multiple conditions at once
  • Working with the switch statement
  • Overview of HTML forms
  • Accessing form fields with JavaScript
Arrays and Looping in JavaScript 
  • Storing lists of data using Arrays
  • Accessing data within an Array
  • The structure and purpose of a loop
  • Understanding the difference between loops
  • Using a loop to access an entire array
The Document Object Model
  • The Document Object Model (DOM)
  • Finding elements using their ID
  • Finding elements using their tag name
  • Finding elements based on their context
Introduction to jQuery
  • Understanding the purpose of jQuery
  • Various uses of the jQuery constructor
  • Working with jQuery collections
  • Chaining functions to avoid redundancy
  • Common jQuery methods and events
Practical jQuery Applications: animation with jQuery
  • Using the 'animate' method
  • Running multiple animations in a row
  • Running multiple simultaneous animations
  • Stopping a running animation
  • Creating a looping animation
Using jQuery Plug-ins
  • Overview of common jQuery plug-ins
  • A look at the different types of plug-ins
  • Understanding the Configuration Pattern
  • Working with custom events
Register
Footer
  • 781-376-6044
  • CONTACT US
  • SEE ALL AGI TRAINING LOCATIONS

© Copyright 2002 - 2023 American Graphics Institute