Exercise: Mappings
Practice using mappings in Solidity.
We'll cover the following...
Now, it's time to practice using mappings in Solidity. In this short exercise, we'll implement a new feature in our smart contract and practice working with mappings in the process.
Get name by address
So far, our smart ...