DEV Community

KeeyboardKeda
KeeyboardKeda

Posted on

Swiftly learning Swift continued: Where clause, logical Operator , for-in loop and stride function

Quick overview: Today, I was introduced to where clause. At first glance I didn't know what I was viewing. LOL. But after reading it made sense. Logical operators && , || and ! wasn't something new to me but good as a refresher. The for-in loop and stride function is amazing !

The swift language is so easy to grasp (well so far). I still have some topics to read about like: arrays and sets, dictionaries, functions, structures and classes.This weekend I'm going to try and start the beginning works of an app that I've had in mind.

Until next time !

Top comments (0)