What is Swift?
Swift is a powerful and intuitive programming language created by Apple for building apps. It can be used for creating not only iOS but as well as MacOS, TvOS, and WatchOS apps.
Swift was released in 2014 by Apple. In just a few years, it has overtaken Objective-C in popularity.
One of the key features of swift over other programming language is that it has high readability. The code you will be executing will be very similar to the language we speak. It also offers Type safety and Type inference which will explain in the course ahead.
Let's write some code!