Day 3 – Arrays, Dictionaries, Sets & Enums – 100 Days of SwiftUI
In today’s session I learnt about different types of data that allows you to structure your data in a better format. For example if a program needed to take in the day of the week and store it in a variable, we could do this: let day = “Monday” However, we run into the risk of it being incorrectly written...