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 9 - Swift Functions - 3 : What is Closure? How Do They Work? Closure Examples 23 December 2023·2058 words·10 mins Assigning Function to Variable or Constant #We can assign functions to variables or constants, pass functions as parameters to functions, or return functions from functions.