Swift Series #2
Dec 12, 2020 · 2 min read · Variable vs Constant If we want to store some value in memory we need a storage area in memory. The storage area needs to be named in our code so that it can be accessed. There are two ways we can store values in Swift. Either we can declare a variab...
Join discussion
