Explaining Solidity Value Types
Like every other programming language, Solidity has different data types.
These data types are grouped into two categories which are the reference types and value types.
In this article, our focus will be on value types.
A value type is a data typ...
hafsah.hashnode.dev4 min read