JavaScript

Introduction

JavaScript is an object-oriented scripting language used to enable programmatic access to objects within both the client application and other applications. It is primarily used in the form of client-side JavaScript, implemented as an integrated component of the web browser, allowing the development of enhanced user interfaces and dynamic websites. JavaScript is a dialect of the ECMAScript standard and is characterized as a dynamic, weakly typed, prototype-based language with first-class functions. JavaScript was influenced by many languages and was designed to look like Java, but to be easier for non-programmers to work with.

Usage

Notes

  1. To develop basic JavaScript proficiency, take the free W3Schools.com JavaScript tutorial:

    http://www.w3schools.com/js/default.asp

  2. Try debugging your JavaScript code with:
    1. jrunscript:
      
      % /util/bin/jrunscript
      
      
    2. FireBug, a free Mozilla Firefox JavaScript Debugger plugin.

References

  1. http://en.wikipedia.org/wiki/JavaScript
  2. http://www.w3schools.com/js/default.asp
  3. http://tileof.appspot.com/static/cards1.html
  4. http://getfirebug.com/