Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 540 Bytes

File metadata and controls

16 lines (10 loc) · 540 Bytes

Day 3 - 17/10/2022 Lesson 4 – type annotations and checkpoint 2

Sections here:

  1. How to use type annotations - learned how to use type annotations in different cases
    • Optional: Why does Swift have type annotations?
    • Optional: Why would you want to create an empty collection?
    • Test: Type annotations

Lesson004-01

  1. Summary: Complex data (Summarized complex data)
  2. Checkpoint 2

Lesson004-02