Upgrade to Pro — share decks privately, control downloads, hide ads and more …

JavaScript Basics

AECC UPRB
September 18, 2014

JavaScript Basics

This presentation contains an introduction to JavaScript and a very basic introduction to it's sintaxis.

AECC UPRB

September 18, 2014
Tweet

More Decks by AECC UPRB

Other Decks in Technology

Transcript

  1. JAVASCRIPT • Dynamic typed language • Prototype-based • Interpreted •

    Runtime-only debugging JAVA • Static typed language • Class-based • Compiled • Two-Stage debugging
  2. FOR

  3. IF