JavaScript syntax: Difference between revisions

Content deleted Content added
add main article
Tags: Mobile edit Mobile app edit iOS app edit
Add main article
Tags: Mobile edit Mobile app edit iOS app edit
Line 505:
 
===Array===
{{Main|Array data type}}
An [[Array data type|Array]] is a JavaScript object prototyped from the <code>Array</code> constructor specifically designed to store data values indexed by integer keys. Arrays, unlike the basic Object type, are prototyped with methods and properties to aid the programmer in routine tasks (for example, <code>join</code>, <code>slice</code>, and <code>push</code>).