ECMAScript data types

The educational technology and digital learning wiki
Revision as of 20:41, 30 October 2007 by Widged (talk | contribs) (New page: {{stub}} There are a lot more of Variable types than described here. For now we describe the types you need to write basic programs. == Numbers == Number. Data type representing any sor...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Draft

There are a lot more of Variable types than described here. For now we describe the types you need to write basic programs.

Numbers

Number. Data type representing any sort of number. int. Integer. Data type representing a number with no decimal part. uint. Unsigned integer. Data type representing a non negative integer

Strings

Arrays


Useful Links