Skip to content

Introduction to Javascript

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

JavaScript fundamentals

Functions

Built-in objects: String, Math, Array

Validations

DOM manipulation

Events

Objects

localStorage

JSON

Resources