Skip to content

Introduction to Javascript

Introduction

Goals

  • Characterize the use of scripting languages on the client.
  • Learn the basics of language.
  • Manipulate the Document Object Model (DOM) to apply dynamism to documents HTML.

Contents

  1. Dynamize to HTML web pages
  2. JavaScript integration with HTML
  3. JavaScript fundamentals
  4. Functions.
  5. Built-in objects: String, Math, Array.
  6. Validations.
  7. DOM manipulation.
  8. Events.
  9. Objects.
  10. localStorage.
  11. JSON

Resources