Files
learngo/14-arrays/_experimental/notes.md
2018-11-13 17:43:25 +03:00

191 B

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