No === in Swift (just ==) is nice!

Enums being comparable is pretty cool too.

And switch statements… is this the day I confess that I tend not to use them in JavaScript? Swift’s fallthrough syntax seems much safer than JS needing a break for each case.

Day 5 done! #100DaysOfSwiftUI

Matt Massicotte

@chasen Hmm, Swift does have a `===` operator. Though I’m not sure how this compares to JS.

Chasen @chasen