Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 723 Bytes

File metadata and controls

20 lines (20 loc) · 723 Bytes

JavaScript

CTEC 126 - JavaScript Course

Course Description

This course introduces the JavaScript language and how it can be used to add functionality to HTML pages. It includes an overview of current scripting languages and techniques.

Course Topics

  • Introduction to scripting with JavaScript
  • Values, Types, and Operators
  • Program Structure
  • Data Structures: Objects and Arrays
  • Higher Order Functions
  • Debugging and Error Handling
  • Enhancing Web Forms using JavaScript
  • Events
  • Functions and Arrow Functions
  • Regular Expressions
  • Overview of the HTML Document Object Model (DOM) and how it can be manipulated via JavaScript
  • Ajax and JSON
  • Promises and Fetch
  • Classes
  • and more....