Explaining Solidity Reference Types
Solidity, like many programming languages, has different data types. These data types are grouped into two categories which are the reference types and value types. This grouping is based on the location of their data. If the variable stores its own ...
hafsah.hashnode.dev4 min read