JavaScript

  1. Home
  2. Computing & Technology
  3. JavaScript

Class

By Stephen Chapman, About.com

Definition: Class is an term used in object oriented programing to indicate the type of object. For example 1 is a number so it belongs to the number class, today is a date so it belongs to the date class.

A class also has methods attached to it which define how the properties of objects belonging to the calss may be manipulated.

Examples: var today = new Date;

Explore JavaScript

About.com Special Features

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

Easy ways to connect two computers for networking purposes. More >

JavaScript

  1. Home
  2. Computing & Technology
  3. JavaScript

©2009 About.com, a part of The New York Times Company.

All rights reserved.