100DaysOfSwift-and-SwiftUI/100DaysOfSwift
Glitch (yc-100-days-swift-and-swiftui) 0b1a5057dc Completed 100 Days of Swift - Day #5 2020-04-19 03:37:27 +00:00
..
Day1 Completed 100 Days of Swift - Day #3 2020-04-12 01:58:12 +00:00
Day2 Completed 100 Days of Swift - Day #3 2020-04-12 01:58:12 +00:00
Day3 Completed 100 Days of Swift - Day #4 2020-04-17 19:26:19 +00:00
Day4 Completed 100 Days of Swift - Day #4 2020-04-17 19:26:19 +00:00
Day5 Completed 100 Days of Swift - Day #5 2020-04-19 03:37:27 +00:00
README.md Completed 100 Days of Swift - Day #5 2020-04-19 03:37:27 +00:00

README.md

100 Days of Swift


This folder is for the 100 Days of Swift challenge.

NOTE: This is 100 Days of Swift, not 100 Days of SwiftUI which is located here


Days 1-12: Introduction to Swift

  • Day #1 - variables, simple data types, and string interpolation
  • Day #2 - arrays, dictionaries, sets, and enums
  • Day #3 - operators and conditions
  • Day #4 - loops, loops, and more loops
  • Day #5 - functions, parameters, and errors