You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -36,3 +36,9 @@ a year MUST be a multiple of 400 (implies multiple of 4 and 100)
### Talking points
- Students often use parentheses, but as the `&&` operator has a higher precedence than the `||` operator, this is not necessary. You can check that in the [Dart Lang Specification](https://dart.dev/guides/language/specifications/DartLangSpec-v2.2.pdf) at section **20.2 - Operator Precedence**.
## Solution Video
Step by step [video][youtube-video] guide solution for this exercise