Swift with Copilot
Learn Swift basics with help from GitHub Copilot — first program in VS Code, manipulate strings, work with dates, sort lists, leap-year checks and small algorithm exercises. 20 episodes.
20 episodes
0
Swift in VSCode:  Write the first hello world program
1
Swift in VSCode: Create a list of 5 random numbers
2
Swift with Copilot: Sort a list of numbers
3
Swift with Copilot: Sort list ascending and descending
4
Swift: What day is today?
5
Swift: What is the exact day of 2023-01-02
6
Swift reverse a string word by word
7
Swift: Is 2023 a leap year?
8
Swift: Capitalize and decapitalize a list
9
Swift: Create a random list of 5 numbers between 1 to 100
10
How many days are there in the month of December in the year 2023?
11
Swift: Sum an array of integers using reduce
12
Swift: Function vs Closure
13
Swift: Add 2 numbers using function and closure
14
Swift: Add 1 to each element in the array
15
Swift: Merge 2 integer arrays
16
Swift: Remove duplicates from array
17
Swift: UUID to odd or even number
18
Swift: Swap random elements in array
19
Swift: Pass a closure to a function