10 lines
191 B
Markdown
10 lines
191 B
Markdown
# Array
|
|
|
|
## Summary
|
|
|
|
* An array can store any type of values as long as they've the same type
|
|
|
|
* Fixed Length and Type
|
|
* Stores the same type of values
|
|
|
|
* Array stores its values contagiously |