Day 15 - A Quick Overview of Swift Basics 6 January 2024·4533 words·22 mins In this article, we’re going to do a quick review of the basics of Swift that we’ve been looking at for the past 14 days.
Day 14 - Swift Optionals and Nil Coalescing 5 January 2024·2285 words·11 mins In this section, we will examine Swift’s solutions for null references (variables with no value), known as optionals.
Day 8 - Swift Functions - 2 : Default Parameters and Error Handling 17 December 2023·1139 words·6 mins Default Value for Function Parameters #We have already mentioned that we can customize our functions through parameters.