100 days of solidity (Day 2–3) pt. 1
Solidity Basics (Solidity Data Types and Operators)
Data types in Solidity can be classified into two categories. They are values and references.
Value Types
Variables of these types will always be passed by value. They are always copied when they ar...
favourajaye.hashnode.dev8 min read