Skip to content

Commit 80ee7b7

Browse files
committed
arrays jquery#1
1 parent 9e633f7 commit 80ee7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/javascript-101/arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Arrays
33
level: beginner
44
source: http://jqfundamentals.com/legacy
55
attribution:
6-
- jQuery Fundamentals
6+
- jQuery Temelleri
77
---
88

99
Arrays are zero-indexed, ordered lists of values. They are a handy way to store a set of related items of the same type (such as strings), though in reality, an array can include multiple types of items, including other arrays.

0 commit comments

Comments
 (0)