Storage vs Memory vs Calldata
Storage:
Storage is the most straightforward concept to grasp because it is where all state variables are kept. Because the state of a contract can be changed (for example, within a function), storage variables must be mutable to be used. Their posit...
yakuzakiawe.hashnode.dev5 min read