Exercise: Modifiers

Practice implementing function modifiers in Solidity.

We'll cover the following...

In this short exercise, we'll practice using function modifiers in smart contracts and update the Ownable smart contract in the process.

The onlyOwner modifier

...