Online Class: Introduction to JavaScript

This online course on JavaScript will teach you all you need to know to program amazing, dynamic web pages.

$95.00
no certificate
- OR -
$120.00
with CEU Certificate*
Start Right Now!
$120.00 (with CEU Certificate)
Taking multiple courses? Save with our platinum program.
 
  • 16
    Lessons
  • 18
    Exams &
    Assignments
  • 3,641
    Students
    have taken this course
  • 9
    Hours
    average time
  • 0.9
    CEUs
 
 
 

Course Description

JavaScript Mastery: From Novice to Ninja in Web Interactivity

In today's dynamic digital landscape, a robust command over JavaScript isn't just a preference—it's a necessity. Imagine a language so potent that it can bring web pages to life, animate elements in real-time, and create immersive user experiences—all while operating seamlessly across multiple browsers. That's JavaScript for you—the universally acclaimed, go-to client-side scripting language that has transformed the way we interact with the web.

Envision a world where websites are not just static pages but dynamic entities that respond, evolve, and interact based on user inputs. Where every click, keystroke, and mouse movement leads to instantaneous and lively feedback, ensuring users remain engaged and intrigued. This magic, this dynamism, is what JavaScript brings to the table. And with the ever-expanding ecosystem of developer-created libraries, the potential for innovation and customization is boundless.

Dive into Our Course's Offerings:

  1. Foundation First: Whether you're a complete beginner or someone brushing up, we ensure a strong foundational grasp. Understand the core concepts of functions, variables, and integrating JavaScript within your HTML.

  2. Interactive Dynamics: Discover the power of events, triggers, and custom event handling to create pages that respond with precision and flair.

  3. Harnessing Advanced Features: Delve deep into pattern matching, text searches, flow control, and the intricacies of the Document Object Model (DOM). Navigate the vast expanse of JavaScript's capabilities with confidence.

  4. Arrays, Objects, and Beyond: Master the intricacies of arrays and objects, the backbone of complex web interactivity. Learn to script commonly used web elements like forms and tables with finesse.

  5. Exploring the Library Labyrinth: JavaScript's strength is amplified by its expansive ecosystem. Get acquainted with major libraries such as Ajax, which revolutionizes web interaction by communicating with server-side scripts without the need for constant page reloading.

  6. Real-World Application: With hands-on exercises and real-world examples, bridge the gap between theoretical knowledge and practical application. Witness your code breathe life into web pages.

  7. Designed for All: Whether you're embarking on your web design journey, a seasoned developer eager to embrace JavaScript, or a designer aiming to enrich UI experiences, this course has treasures for everyone.

In the ever-evolving realm of web development, the ability to craft interactive and responsive websites isn't just a skill—it's an art. And JavaScript is the brush that paints this canvas of interactivity. Our course doesn't just aim to teach you JavaScript; it endeavors to mold you into a maestro of web interactivity, capable of creating digital symphonies that resonate with users.

Join us on this enriching journey, where every module is a step towards mastering the craft, where every lesson empowers you to shape the digital future. Embrace the world of JavaScript and redefine web experiences. The web is waiting for its next maestro. Could it be you? Dive in and find out!

  • Completely Online
  • Self-Paced
  • Printable Lessons
  • Full HD Video  
  • 6 Months to Complete
  • 24/7 Availability
  • Start Anytime
  • PC & Mac Compatible
  • Android & iOS Friendly
  • Accredited CEUs
Universal Class is an IACET Accredited Provider
 
 

Course Lessons

Average Lesson Rating:
4.42 / 5 Stars (Average Rating)
"Extraordinarily Helpful"
(1,279 votes)

Lesson 1: Introduction

12 Points
As software development moves towards cloud applications, JavaScript is the main option when the developer wants to run code on the client's browser or desktop. Additional lesson topics: JavaScript by Example 2nd Edition ; What is JavaScript?
  • Lesson 1 Video
  • Lesson discussions: Reasons for Taking this Course
  • Complete Assignment: Motives for Taking this Course
  • Assessment: Exam 1

Lesson 2: Variable Naming Rules and JavaScript Data Types

10 Points
In this lesson, we'll start off showing you how to create JS variables, work with data, and perform some basic JavaScript functionality. Additional lesson topics:
  • Lesson 2 Video
  • Assessment: Exam 2

Lesson 3: Expressions and Operators

10 Points
In this lesson, we'll talk about the basic operators and their precedence. We'll talk about numerical and string operators and how you use them in your calculations Additional lesson topics: JavaScript Dates; Operator precedence
  • Lesson 3 Video
  • Assessment: Exam 3

Lesson 4: Flow Control

10 Points
Flow control is the term given to the way JavaScript (or any code for that matter) expressions are executed. Additional lesson topics: Javascript Control Flow; Comparison Operators
  • Lesson 4 Video
  • Assessment: Exam 4

Lesson 5: Objects and Arrays

10 Points
This lesson discusses how to create and work with objects including arrays. Additional lesson topics: Introduction to Objects and Arrays in JavaScript
  • Lesson 5 Video
  • Assessment: Exam 5

Lesson 6: Defining Functions and Methods

9 Points
This lesson discusses functions and methods and how you can work them into your JavaScript code. Additional lesson topics: How to Create JavaScript Functions with Variable Arguments; Introduction to Object-Oriented JavaScript; JavaScript Functions
  • Lesson 6 Video
  • Assessment: Exam 6

Lesson 7: Constructors and Inheritance

10 Points
You need constructors for class objects, and this lesson discusses constructors and inheritance within JavaScript. Additional lesson topics: Inheritance and the prototype chain
  • Lesson 7 Video
  • Assessment: Exam 7

Lesson 8: Pattern Matching with Regular Expressions

10 Points
This lesson describes regular expressions and how you can use them with your JavaScript string variables. Additional lesson topics: Creating Regular Expressions; JavaScript Regular Expressions
  • Lesson 8 Video
  • Assessment: Exam 8

Lesson 9: JavaScript in Browsers

10 Points
Knowing how to edit values on your web page HTML is the first step in completing JavaScript knowledge and web page integration. Additional lesson topics: HTML DOM inner HTML Property; HTML
  • Lesson 9 Video
  • Assessment: Exam 9

Lesson 10: The Document Object Model (DOM)

10 Points
This lesson covers the basics of the DOM and how you can use it with JavaScript to create dynamic UI elements. Additional lesson topics: JavaScript HTML DOM
  • Lesson 10 Video
  • Assessment: Exam 10

Lesson 11: How to Get Input and Output

10 Points
This lesson will focus on retrieving user input and displaying it on the screen through HTML elements or prompts. Additional lesson topics: Displaying Prompts and Retrieving User Responses; JavaScript Popup Boxes
  • Lesson 11 Video
  • Assessment: Exam 11

Lesson 12: Managing Web Page Styles using JavaScript and CSS

10 Points
This lesson covers some of the basics when working with CSS and JavaScript. Additional lesson topics: How to Use JavaScript to Change a Cascading Style Sheet CSS Dynamically
  • Lesson 12 Video
  • Assessment: Exam 12

Lesson 13: Handling Web Page Events

10 Points
Registering events and hooking them to functions only takes one line of code. Additional lesson topics: Event Handlers; Javascript Tutorial
  • Lesson 13 Video
  • Assessment: Exam 13

Lesson 14: How to Script Tables

10 Points
This lesson gets you started with table elements and using JavaScript to dynamically edit, create, and delete rows and columns. Additional lesson topics: Creating Tables Using Java Script; Several JAVASCRIPT SOLUTIONS FOR SORTING TABLES
  • Lesson 14 Video
  • Assessment: Exam 14

Lesson 15: How to Script Forms

10 Points
This lesson explains some ways that JavaScript is useful when using forms in your web pages and how to handle events and validations before submitting the form data back to your server-side scripts. Additional lesson topics: HTML Scripts; Javascript Scripting Tutorial 1
  • Lesson 15 Video
  • Assessment: Exam 15

Lesson 16: Introduction to Ajax

90 Points
This lesson with give you a quick example and overview of the Ajax library.
  • Lesson 16 Video
  • Lesson discussions: Your Opinion Matters: Course Rating; Course Comments; Program Evaluation Follow-up Survey (End of Course)
  • Assessment: Exam 16
  • Assessment: The Final Exam
241
Total Course Points
 

Learning Outcomes

By successfully completing this course, students will be able to:
  • Summarize variable naming rules and JavaScript data types.
  • Identify expressions and operators.
  • Summarize flow control.
  • Demonstrate objects and arrays usage
  • Define functions and methods.
  • Define constructors and inheritance.
  • Demonstrate usage of pattern matching with regular expressions.
  • Describe the Document Object Model (DOM).
  • How to Get Input and Output
  • Summarize managing web page styles using JavaScript and CSS.
  • Demonstrate handling web page events.
  • Demonstrate how to script tables.
  • Demonstrate how to script forms.
  • Summarize Ajax and its use.
  • Demonstrate mastery of lesson content at levels of 70% or higher.
 

Additional Course Information

Online CEU Certificate
  • Document Your Lifelong Learning Achievements
  • Earn an Official Certificate Documenting Course Hours and CEUs
  • Verify Your Certificate with a Unique Serial Number Online
  • View and Share Your Certificate Online or Download/Print as PDF
  • Display Your Certificate on Your Resume and Promote Your Achievements Using Social Media
Document Your CEUs on Your Resume
 
Course Title: Introduction to JavaScript
Course Number: 8900329
Lessons Rating: 4.42 / 5 Stars (1,279 votes)
Languages: English - United States, Canada and other English speaking countries
Availability: With online access available nationwide, this course reaches all U.S. states, including California, Texas, Florida, New York, Pennsylvania, Illinois, Ohio, and Georgia. Additionally, it’s open to learners in English-speaking countries such as the UK, Australia, Canada, and New Zealand.
Last Updated: January 2024
Course Type: Self-Paced, Online Class
CEU Value: 0.9 IACET CEUs (Continuing Education Units)
CE Accreditation: Universal Class, Inc. has been accredited as an Authorized Provider by the International Association for Continuing Education and Training (IACET).
Grading Policy: Earn a final grade of 70% or higher to receive an online/downloadable CEU Certification documenting CEUs earned.
Assessment Method: Lesson assignments and review exams
Syllabus: View Syllabus
Course Fee: $120.00 U.S. dollars

Choose Your Subscription Plan

Course Only
One Course
No Certificate / No CEUs
$95
for 6 months
 
Billed once
This course only
Includes certificate X
Includes CEUs X
Self-paced Yes
Instructor support Yes
Time to complete 6 months
No. of courses 1 course
Certificate Course
One Course
Certificate & CEUs
$120
for 6 months
 
Billed once
This course only
Includes certificate Yes
Includes CEUs Yes
Self-paced Yes
Instructor support Yes
Time to complete 6 months
No. of courses 1 course
Platinum Yearly
ALL COURSES
Certificates & CEUs
$189
per year
 
Billed once
Includes all 600+ courses
Includes certificate Yes
Includes CEUs Yes
Self-paced Yes
Instructor support Yes
Time to complete 12 Months
No. of courses 600+
Platinum 2 Years
ALL COURSES
Certificates & CEUs
$299
for 2 years
You save $79.00!
Billed once
Includes all 600+ courses
Includes certificate Yes
Includes CEUs Yes
Self-paced Yes
Instructor support Yes
Time to complete 24 Months
No. of courses 600+
 

Student Testimonials

  • "This has been a helpful intro to Javascript. I deal mostly with sql. Taking the intro courses for html, css and javascript have given me basic understanding of how they work together and will help me choose my training path." -- Carol P.
  • "As a total beginner, I was delighted to be given the opportunity to be given an introduction to JavaScript. I hope to be able to build a website or app and learning to code is the first step towards that. Thank you very much again." -- James T.
  • "I had some web design/programming experience before commencing this course therefore many of the subjects/elements discussed/demonstrated were somewhat familiar to me. I found the course good overall...I'm very satisfied." -- Ian james M.
  • "This course was very helpful and will help a lot in my future." -- Lior N.
  • "This information was very useful particularly for someone with no knowledge of the subject." -- Christine W.