Arrays
What is array?
An array is a container object that holds a fixed number of values of a single type. The length of an array is established when the array is created. After creation, its length is fixed.
Syntax
Array declaration syntax is very simple...
nikita15.hashnode.dev5 min read