Solidity Arrays Part 2
Array Members:
length − length returns the size of the array. Length can be used to change the size of the dynamic array by setting it.
push() − push allows you to append an element to a dynamic storage array at the end. It returns the new length o...
yakuzakiawe.hashnode.dev4 min read