Patterns
According to documentation:
In general, a pattern may match a value, destructure a value, or both, depending on the context and shape of the pattern.
What can we do with Patterns? Let's deep dive into the examples.
We can get elements of t...