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 1 - Swift Variables, Constants, Strings, and Numbers 9 December 2023·876 words·5 mins Variables are created with var and constants are created with the keyword let. The value of variables marked as var can be changed anywhere in the program.