Master Solidity : Arrays (Advance)
What are Arrays ?
Arrays are data structures that store the fixed collection of elements of the same data type. Each element has a specific location called Index.
In Solidity, an array is an ordered list of items that is indexed numerically, starting...
manavpaul.hashnode.dev14 min read