Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 863 Bytes

Lesson002.md

File metadata and controls

22 lines (13 loc) · 863 Bytes

Day 1 - 14/10/2022 Lesson 2 – Booleans, string interpolation, and checkpoint 1

Sections here:

  1. How to store truth with Booleans - discover bulean type true and false available values and boolean operators !, .toggle()
    • Test: Doubles and Booleans

Lesson002-01

  1. How to join strings together - strings concatenation and string interpolation
    • Why does Swift have string interpolation? - small explanation of why swift using string interpolation
    • Test: String interpolation

Lesson002-02

  1. Summary: Simple data
  • Checkpoint 1

Lesson002-03

Lesson playground available at Lesson002/Lesson002.playground.