Files
learngo/14-arrays/_experimental/notes.md

10 lines
191 B
Markdown
Raw Normal View History

# 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