Who have already know basis of Swift may skip this lesson till SwiftUI lessons will started**
- Why Swift?
- About this course
- Introduction: How to follow along - about learning and approve your skills, Playground
- How to create variables and constants - results of lesson in
Lesson001.playgroundfile- Why does Swift have variables? - the reason of variables needs (
var) - Why does Swift have constants as well as variables? - explanation of needs constants (
let) - Test:
Variables - Test:
Constants
- Why does Swift have variables? - the reason of variables needs (
- How to create strings -
Stringtype usage. Symbol escaping, multilines strings,.countproperty,.uppercased(),.hasPrefix(),.hasSuffix()methods usage- Why does Swift need multi-line strings? - explanation of multi-lines strings needs
- Test:
Multi-line strings
- How to store whole numbers - learning using of numbers, mubber whole numbers dividers
_, operators+,-,*,/, short operators+=,-=,*=,/=, check method.isMultiple(of:)- Test:
Strings and integers
- Test:
- How to store decimal numbers - working with decimal numbers
- Why does Swift need both Doubles and Integers?
- Why is Swift a type-safe language?
Lesson playground available at Lesson001/Lesson001.playground.


